Package fr.ifremer.isisfish.ui.result
Class LegendModel
java.lang.Object
fr.ifremer.isisfish.ui.result.LegendModel
LegendModel.
Created: Tue Oct 8 11:31:57 2002
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
min
protected double min -
max
protected double max
-
-
Constructor Details
-
LegendModel
public LegendModel() -
LegendModel
public LegendModel(double min, double max)
-
-
Method Details
-
getMin
public double getMin()Get the value of min.- Returns:
- value of min.
-
setMin
public void setMin(double v) Set the value of min.- Parameters:
v
- Value to assign to min.
-
getMax
public double getMax()Get the value of max.- Returns:
- value of max.
-
setMax
public void setMax(double v) Set the value of max.- Parameters:
v
- Value to assign to max.
-