|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.ifremer.isisfish.ui.result.LegendModel
public class LegendModel
LegendModel. Created: Tue Oct 8 11:31:57 2002
| Field Summary | |
|---|---|
protected double |
max
|
protected double |
min
|
| Constructor Summary | |
|---|---|
LegendModel()
|
|
LegendModel(double min,
double max)
|
|
| Method Summary | |
|---|---|
double |
getMax()
Get the value of max. |
double |
getMin()
Get the value of min. |
void |
setMax(double v)
Set the value of max. |
void |
setMin(double v)
Set the value of min. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected double min
protected double max
| Constructor Detail |
|---|
public LegendModel()
public LegendModel(double min,
double max)
| Method Detail |
|---|
public double getMin()
public void setMin(double v)
v - Value to assign to min.public double getMax()
public void setMax(double v)
v - Value to assign to max.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||