org.micropainter.ext.incub.bar3
Class Bar3
java.lang.Object
org.micropainter.ext.incub.bar3.Bar3
public class Bar3
- extends java.lang.Object
|
Constructor Summary |
Bar3(double x,
double y,
double width,
double height)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Bar3
public Bar3(double x,
double y,
double width,
double height)
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)