public class LegendModel extends Object
Modifier and Type | Field and Description |
---|---|
protected double |
max |
protected double |
min |
Constructor and Description |
---|
LegendModel() |
LegendModel(double min,
double max) |
Modifier and Type | Method and Description |
---|---|
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.
|
public LegendModel()
public LegendModel(double min, double max)
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.Copyright © 1999–2020 CodeLutin. All rights reserved.