|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.view.geoloc.VertScaleInfo
public class VertScaleInfo
A class to hold vertical scale settings for a VisAD display from the dialog box VertScaleDialog class. They are public member data to simply access.
| Field Summary | |
|---|---|
double |
maxVertScale
maximum range of the vertical scale |
double |
minVertScale
minimum range of the vertical scale |
Unit |
unit
Units of the range values |
| Constructor Summary | |
|---|---|
VertScaleInfo(double min,
double max)
Construct a VertScaleInfo with the specified range. |
|
VertScaleInfo(double min,
double max,
Unit unit)
Construct a VertScaleInfo with the specified range.. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
is equals |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public double minVertScale
public double maxVertScale
public Unit unit
| Constructor Detail |
|---|
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 range
public VertScaleInfo(double min,
double max,
Unit unit)
VertScaleInfo with the specified range..
min - minimum of the rangemax - maximum of the rangeunit - unit of range values| Method Detail |
|---|
public boolean equals(Object obj)
equals in class Objectobj - object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||