physicon.graphLib
Class Chart
java.lang.Object
|
+--physicon.graphLib.GraphElementBase
|
+--physicon.graphLib.Chart
- public class Chart
- 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 |
Chart
public Chart(ChartDrawerBase _drawer,
DoubleRectangle _drect)
Chart
public Chart(ChartDrawerBase _drawer,
DoubleRectangle _drect,
double _iniValue,
double _maxValue)
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