physicon.graphLib
Class ChartDrawerBase

java.lang.Object
  |
  +--physicon.graphLib.DrawerBase
        |
        +--physicon.graphLib.ChartDrawerBase
Direct Known Subclasses:
LinHorChartDrawer, LinVertChartDrawer

public abstract class ChartDrawerBase
extends DrawerBase


Field Summary
 double curValue
           
 int height
           
 double maxValue
           
 int width
           
 int x
           
 int y
           
 
Constructor Summary
ChartDrawerBase(java.awt.Color _c)
           
 
Method Summary
 java.awt.Color getColor()
           
 void reset()
           
 void setColor(java.awt.Color _c)
           
 
Methods inherited from class physicon.graphLib.DrawerBase
contains, drawLocal, getGlobalLevel, getGlobalRefPoint, getLocalRoughRect, setGlobalLevel, setGlobalRefPoint
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public int x

y

public int y

height

public int height

width

public int width

curValue

public double curValue

maxValue

public double maxValue
Constructor Detail

ChartDrawerBase

public ChartDrawerBase(java.awt.Color _c)
Method Detail

reset

public void reset()
Overrides:
reset in class DrawerBase

setColor

public void setColor(java.awt.Color _c)

getColor

public final java.awt.Color getColor()