fr.ifremer.isisfish.ui.result
Class LegendModel

java.lang.Object
  extended by fr.ifremer.isisfish.ui.result.LegendModel

public class LegendModel
extends Object

LegendModel. Created: Tue Oct 8 11:31:57 2002

Version:
$Revision: 3124 $
Author:

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

min

protected double min

max

protected double max
Constructor Detail

LegendModel

public LegendModel()

LegendModel

public LegendModel(double min,
                   double max)
Method Detail

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.


Copyright © 1999-2011 CodeLutin. All Rights Reserved.