physicon.graphLib
Class GraphLabel
java.lang.Object
|
+--physicon.graphLib.GraphElementBase
|
+--physicon.graphLib.GraphLabel
- public class GraphLabel
- 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
GraphLabel
public GraphLabel(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)
getText
public java.lang.String getText()