|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GrabHandle
A grab handle for manipulating figures and so on. Grab-handles are attached to Sites.
Method Summary | |
---|---|
Site |
getSite()
Get the site to which this grab-handle is attached. |
float |
getSize()
Get the "size" of the grab-handle. |
void |
relocate()
Reposition the grab-handle to its site |
void |
setSite(Site s)
Set the site to which this grab-handle is attached. |
void |
setSize(float size)
Set the "size" of the grab-handle. |
Methods inherited from interface diva.canvas.Figure |
---|
contains, getBounds, getInteractor, getLayer, getOrigin, getParent, getShape, getToolTipText, hit, intersects, setInteractor, setParent, setToolTipText, transform, translate |
Methods inherited from interface diva.canvas.VisibleComponent |
---|
isVisible, paint, paint, setVisible |
Methods inherited from interface diva.canvas.CanvasComponent |
---|
getTransformContext, repaint, repaint |
Methods inherited from interface diva.util.UserObjectContainer |
---|
getUserObject, setUserObject |
Method Detail |
---|
Site getSite()
float getSize()
void relocate()
void setSite(Site s)
void setSize(float size)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |