org.micropainter.ext.incub.bar3
Class BarType3GraphPainter

java.lang.Object
  extended by org.micropainter.core.painter.AbstractDevice2DPainter
      extended by org.micropainter.ext.incub.bar3.BarType3GraphPainter

public class BarType3GraphPainter
extends AbstractDevice2DPainter

Author:
Sebausore

Field Summary
private  java.util.Vector<Bar3> bars
           
private  double currentValue
           
 
Constructor Summary
BarType3GraphPainter()
           
 
Method Summary
 void addBar(Bar3 bar)
           
 void doPaint(java.awt.Graphics2D g2d)
          painting operation should be sub classes
 void setCurentValue(double value)
           
 
Methods inherited from class org.micropainter.core.painter.AbstractDevice2DPainter
getAntialiasing, getFractional, getInterpolation, getName, getTextAntialiasing, getWindow2D, isLockPainter, lockPainter, paint, setAntialiasing, setFractional, setInterpolation, setName, setTextAntialiasing, setWindow2D, unlockPainter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bars

private java.util.Vector<Bar3> bars

currentValue

private double currentValue
Constructor Detail

BarType3GraphPainter

public BarType3GraphPainter()
Method Detail

addBar

public void addBar(Bar3 bar)

setCurentValue

public void setCurentValue(double value)

doPaint

public void doPaint(java.awt.Graphics2D g2d)
Description copied from class: AbstractDevice2DPainter
painting operation should be sub classes

Specified by:
doPaint in class AbstractDevice2DPainter