|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.micropainter.ext.incub.bar4.BarWindow
public class BarWindow
| Field Summary | |
|---|---|
private double |
max
|
private double |
min
|
| Constructor Summary | |
|---|---|
BarWindow(double min,
double max)
|
|
| Method Summary | |
|---|---|
double |
getMax()
|
double |
getMin()
|
void |
setMax(double max)
|
void |
setMin(double min)
|
double |
userToBar(double barHeight,
double userValue)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private double min
private double max
| Constructor Detail |
|---|
public BarWindow(double min,
double max)
| Method Detail |
|---|
public double getMin()
public void setMin(double min)
public double getMax()
public void setMax(double max)
public double userToBar(double barHeight,
double userValue)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||