|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.visad.display.DisplayMaster
ucar.visad.display.XYDisplay
ucar.visad.display.XSDisplay
ucar.unidata.idv.VerticalXSDisplay
public class VerticalXSDisplay
A VisAD display for 2D vertical cross sections of 3D data fields.
| Field Summary | |
|---|---|
static String |
CURSOR_ALTITUDE
The name of the altitude property. |
| Fields inherited from class ucar.visad.display.XSDisplay |
|---|
CURSOR_XVALUE, CURSOR_YVALUE |
| Fields inherited from class ucar.visad.display.DisplayMaster |
|---|
behavior, defaultMouseFunctions, log_, POINT_MODE |
| Constructor Summary | |
|---|---|
VerticalXSDisplay()
Default cstr with yAxisType of RealType.Altitude, xAxisType of RealType.XAxis. |
|
| Method Summary | |
|---|---|
Real |
getCursorAltitude()
Gets the cursor altitude property. |
protected void |
setCursorAltitude(Real altitude)
Sets the cursor altitude property. |
void |
setXAxisTitle()
Set the title on the XAxis. |
void |
setXDisplayUnit(Unit newUnit)
Set the units of displayed values on the X axis |
| Methods inherited from class ucar.visad.display.XSDisplay |
|---|
getCursorXValue, getCursorYValue, setCursorXValue, setCursorYValue |
| Methods inherited from class ucar.visad.display.XYDisplay |
|---|
autoScaleXAxis, autoScaleYAxis, enableClipping, getGridLinesVisible, getName, getXAxisScale, getXAxisType, getXDisplayUnit, getYAxisScale, getYAxisType, getYDisplayUnit, setAspect, setAxisTypes, setGridLinesVisible, setName, setXAxisType, setXRange, setYAxisType, setYDisplayUnit, setYRange, showAxisScales |
| Methods inherited from class java.lang.Object |
|---|
clone, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String CURSOR_ALTITUDE
| Constructor Detail |
|---|
public VerticalXSDisplay()
throws VisADException,
RemoteException
RemoteException
VisADException| Method Detail |
|---|
protected void setCursorAltitude(Real altitude)
throws VisADException,
RemoteException
altitude - The cursor altitude.
RemoteException
VisADExceptionpublic Real getCursorAltitude()
null.public void setXDisplayUnit(Unit newUnit)
setXDisplayUnit in class XYDisplaynewUnit - units to usepublic void setXAxisTitle()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||