public class VertScaleInfo extends AxisScaleInfo
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_AXIS_LABEL |
static int |
DEFAULT_MAJ_DIVISIONS |
double |
maxVertRange
maximum range of the vertical scale
|
double |
minVertRange
minimum range of the vertical scale
|
visad.Unit |
unit
Units of the range values
|
boolean |
visible
Is visible
|
Constructor and Description |
---|
VertScaleInfo(double min,
double max)
Construct a
VertScaleInfo with the specified range. |
VertScaleInfo(double min,
double max,
visad.Unit unit)
Construct a
VertScaleInfo with the specified range.. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
_more_
|
double |
getMajorIncrement() |
int |
getMinorDivision() |
int |
hashCode()
_more_
|
void |
setMajorIncrement(double majorIncrement) |
void |
setMinorDivision(int minorDivision) |
getFont, getLabel, isVisible, setFont, setLabel, setVisible
public double maxVertRange
public double minVertRange
public visad.Unit unit
public boolean visible
public static final int DEFAULT_MAJ_DIVISIONS
public static final java.lang.String DEFAULT_AXIS_LABEL
public VertScaleInfo(double min, double max)
VertScaleInfo
with the specified range.
Unit is assumed to be meters.min
- minimum of the rangemax
- maximum of the rangepublic VertScaleInfo(double min, double max, visad.Unit unit)
VertScaleInfo
with the specified range..min
- minimum of the rangemax
- maximum of the rangeunit
- unit of range valuespublic double getMajorIncrement()
public void setMajorIncrement(double majorIncrement)
majorIncrement
- the majorIncrement to setpublic int getMinorDivision()
public void setMinorDivision(int minorDivision)
minorDivision
- the minorDivision to setpublic int hashCode()
hashCode
in class AxisScaleInfo
public boolean equals(java.lang.Object obj)
equals
in class AxisScaleInfo
obj
- _more_