org.micropainter.ext.incub.bar3
Class Bar3

java.lang.Object
  extended by org.micropainter.ext.incub.bar3.Bar3

public class Bar3
extends java.lang.Object


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

Field Detail

paint

public 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

outline

boolean outline
Constructor Detail

Bar3

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

isOutline

public boolean isOutline()

setOutline

public void setOutline(boolean outline)

getCurentValue

public double getCurentValue()

setCurentValue

public void setCurentValue(double curentValue)

getBarWindow

public BarWindow getBarWindow()

setBarWindow

public void setBarWindow(BarWindow barWindow)