physicon.graphLib
Class Label
java.lang.Object
|
+--physicon.graphLib.GraphElementBase
|
+--physicon.graphLib.Label
- public class Label
- extends GraphElementBase
Methods inherited from class physicon.graphLib.GraphElementBase |
addDependent,
contains,
contains,
getContainer,
getContext,
getDepend,
getDrawer,
getGEObject,
getGraphElement,
getRedrawFlag,
getRefPoint,
getRoughRect,
getZLevel,
isCreated,
isVisible,
setDrawer,
setRedrawFlag,
setRefPoint,
setVisible,
setZLevel,
update,
updateDrawer |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
LEFT
public static final int LEFT
RIGHT
public static final int RIGHT
CENTER
public static final int CENTER
TOP
public static final int TOP
BOTTOM
public static final int BOTTOM
BASE
public static final int BASE
VCENTER
public static final int VCENTER
Label
public Label(LabelDrawer drawer)
setLocation
public void setLocation(double x,
double y)
setLocation
public void setLocation(DoublePoint loc)
getLocation
public DoublePoint getLocation()
setText
public void setText(java.lang.String text)