physicon.graphLib
Class CoordLine

java.lang.Object
  |
  +--physicon.graphLib.GraphElementBase
        |
        +--physicon.graphLib.CoordLine

public class CoordLine
extends GraphElementBase


Constructor Summary
CoordLine(LineDrawer drawer)
           
 
Method Summary
 DoublePoint getMaxParam()
           
 DoublePoint getMinParam()
           
 void setMaxParam(double x, double y)
           
 void setMaxParam(DoublePoint param)
           
 void setMinParam(double x, double y)
           
 void setMinParam(DoublePoint param)
           
 void updateDrawer()
           
 
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
 

Constructor Detail

CoordLine

public CoordLine(LineDrawer drawer)
Method Detail

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