sgtplot.swing
Interface Draggable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidsetLocation(java.awt.Point loc)Set the location of theDraggableobject.voidsetLocation(java.awt.Point loc, boolean fireEvent)Set the location of theDraggableobject and optionally don't fire aPropertyChangeEventvoidsetLocationNoVeto(int x, int y)Set the location of theDraggableobject.
-
-
-
Method Detail
-
setLocationNoVeto
void setLocationNoVeto(int x, int y)Set the location of theDraggableobject. Change in location will not be vetoed.
-
setLocation
void setLocation(java.awt.Point loc)
Set the location of theDraggableobject.
-
setLocation
void setLocation(java.awt.Point loc, boolean fireEvent)Set the location of theDraggableobject and optionally don't fire aPropertyChangeEvent- Since:
- 3.0
-
-
DMelt 3.0 © DataMelt by jWork.ORG