physicon.graphLib
Class CoordLine
java.lang.Object
|
+--physicon.graphLib.GraphElementBase
|
+--physicon.graphLib.CoordLine
- public class CoordLine
- 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 |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
CoordLine
public CoordLine(LineDrawer drawer)
setMinParam
public void setMinParam(double x,
double y)
setMaxParam
public void setMaxParam(double x,
double y)
setMinParam
public void setMinParam(DoublePoint param)
setMaxParam
public void setMaxParam(DoublePoint param)
getMinParam
public DoublePoint getMinParam()
getMaxParam
public DoublePoint getMaxParam()
updateDrawer
public void updateDrawer()
- Overrides:
- updateDrawer in class GraphElementBase