org.micropainter.ext.bar.incubator
Class Bar
java.lang.Object
org.micropainter.ext.bar.incubator.BarComponent
org.micropainter.ext.bar.incubator.Bar
public class Bar
- extends BarComponent
|
Constructor Summary |
Bar()
|
Bar(java.awt.Color themeColor,
double width,
double value,
double base)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
themeColor
private java.awt.Color themeColor
value
private double value
base
private double base
Bar
public Bar()
Bar
public Bar(java.awt.Color themeColor,
double width,
double value,
double base)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
getThemeColor
public java.awt.Color getThemeColor()
setThemeColor
public void setThemeColor(java.awt.Color themeColor)
getWidth
public double getWidth()
- Overrides:
getWidth in class BarComponent
setWidth
public void setWidth(double width)
- Overrides:
setWidth in class BarComponent
getValue
public double getValue()
setValue
public void setValue(double value)
getBase
public double getBase()
setBase
public void setBase(double base)