physicon.graphLib
Class Chart

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

public class Chart
extends GraphElementBase


Constructor Summary
Chart(ChartDrawerBase _drawer, DoubleRectangle _drect)
           
Chart(ChartDrawerBase _drawer, DoubleRectangle _drect, double _iniValue, double _maxValue)
           
 
Method Summary
 double getCurValue()
           
 double getMaxValue()
           
 DoubleRectangle getRectangle()
           
 void setCurValue(double _curValue)
           
 void setMaxValue(double _maxValue)
           
 void setRectangle(DoubleRectangle _drect)
           
 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

Chart

public Chart(ChartDrawerBase _drawer,
             DoubleRectangle _drect)

Chart

public Chart(ChartDrawerBase _drawer,
             DoubleRectangle _drect,
             double _iniValue,
             double _maxValue)
Method Detail

getMaxValue

public final double getMaxValue()

getCurValue

public final double getCurValue()

getRectangle

public final DoubleRectangle getRectangle()

setRectangle

public void setRectangle(DoubleRectangle _drect)

setCurValue

public void setCurValue(double _curValue)

setMaxValue

public void setMaxValue(double _maxValue)

updateDrawer

public void updateDrawer()
Overrides:
updateDrawer in class GraphElementBase