public interface ShapeDragProxy
Modifier and Type | Method and Description |
---|---|
com.ait.lienzo.client.core.shape.Group |
getDragGroup()
Get a Group that is used as the drag proxy
|
double |
getHeight()
Height of proxy used to ensure proxy is centered around mouse pointer position
|
double |
getWidth()
Width of proxy used to ensure proxy is centered around mouse pointer position
|
void |
onDragComplete(double x,
double y)
Called when the drag operation completes
|
void |
onDragPreview(double x,
double y)
Called during the drag operation
|
com.ait.lienzo.client.core.shape.Group getDragGroup()
void onDragPreview(double x, double y)
x
- y
- void onDragComplete(double x, double y)
x
- y
- double getHeight()
double getWidth()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.