physicon.graphLib
Class LinVertChartDrawer

java.lang.Object
  |
  +--physicon.graphLib.DrawerBase
        |
        +--physicon.graphLib.ChartDrawerBase
              |
              +--physicon.graphLib.LinVertChartDrawer

public class LinVertChartDrawer
extends ChartDrawerBase


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

Constructor Detail

LinVertChartDrawer

public LinVertChartDrawer(java.awt.Color _c,
                          java.awt.Color _dashColor,
                          int _dashes,
                          java.lang.String _label)
Method Detail

getLocalRoughRect

public java.awt.Rectangle getLocalRoughRect()
Overrides:
getLocalRoughRect in class DrawerBase

drawLocal

public void drawLocal(java.awt.Graphics g)
Overrides:
drawLocal in class DrawerBase