org.micropainter.ext.incub.bar4
Class Bar4

java.lang.Object
  extended by org.micropainter.ext.incub.bar4.Bar4

public class Bar4
extends java.lang.Object


Field Summary
(package private)  float alphaTransparence
           
(package private)  BarWindow barWindow
           
(package private)  double curentValue
           
(package private)  double height
           
(package private)  java.awt.Paint paint
           
(package private)  double width
           
(package private)  double x
           
(package private)  double y
           
 
Constructor Summary
Bar4(double x, double y, double width, double height)
           
 
Method Summary
 BarWindow getBarWindow()
           
 double getCurentValue()
           
 void setBarWindow(BarWindow barWindow)
           
 void setCurentValue(double curentValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

paint

java.awt.Paint paint

alphaTransparence

float alphaTransparence

x

double x

y

double y

width

double width

height

double height

barWindow

BarWindow barWindow

curentValue

double curentValue
Constructor Detail

Bar4

public Bar4(double x,
            double y,
            double width,
            double height)
Method Detail

getCurentValue

public double getCurentValue()

setCurentValue

public void setCurentValue(double curentValue)

getBarWindow

public BarWindow getBarWindow()

setBarWindow

public void setBarWindow(BarWindow barWindow)