|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated public interface FigureHandle
A handle of a figure. Handles are used to move, rescale or rotate figures in a drawing.
| Field Summary | |
|---|---|
static int |
HANDLESIZE
Deprecated. |
| Method Summary | |
|---|---|
boolean |
containsPoint(int x,
int y)
Deprecated. Tests if a point is contained in the handle. |
Rectangle2D |
getBounds()
Deprecated. Gets the display box of the handle. |
Point2D |
getCenterPoint()
Deprecated. Locates the handle on the figure. |
Figure |
getOwner()
Deprecated. Gets the handle's owner. |
void |
invokeEnd(int x,
int y,
int anchorX,
int anchorY)
Deprecated. Tracks the end of the interaction. |
void |
invokeStep(int x,
int y,
int anchorX,
int anchorY)
Deprecated. Tracks a step of the interaction. |
| Methods inherited from interface org.esa.beam.framework.draw.Drawable |
|---|
draw |
| Field Detail |
|---|
static final int HANDLESIZE
| Method Detail |
|---|
Point2D getCenterPoint()
Rectangle2D getBounds()
void invokeStep(int x,
int y,
int anchorX,
int anchorY)
x - the current x positiony - the current y positionanchorX - the x position where the interaction startedanchorY - the y position where the interaction started
void invokeEnd(int x,
int y,
int anchorX,
int anchorY)
x - the current x positiony - the current y positionanchorX - the x position where the interaction startedanchorY - the y position where the interaction startedFigure getOwner()
boolean containsPoint(int x,
int y)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||