public class VerticalXSDisplay extends XSDisplay
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CURSOR_ALTITUDE
The name of the altitude property.
|
CURSOR_XVALUE, CURSOR_YVALUEbehavior, defaultMouseFunctions, log_, POINT_MODE| Constructor and Description |
|---|
VerticalXSDisplay()
Default cstr with yAxisType of RealType.Altitude, xAxisType of
RealType.XAxis.
|
VerticalXSDisplay(boolean offScreen,
java.awt.Dimension dimension)
Default cstr with yAxisType of RealType.Altitude, xAxisType of
RealType.XAxis.
|
| Modifier and Type | Method and Description |
|---|---|
visad.Real |
getCursorAltitude()
Gets the cursor altitude property.
|
protected void |
setCursorAltitude(visad.Real altitude)
Sets the cursor altitude property.
|
void |
setXAxisTitle()
Set the title on the XAxis.
|
void |
setXDisplayUnit(visad.Unit newUnit)
Set the units of displayed values on the X axis
|
void |
setYAxisTitle()
Set the title on the YAxis.
|
void |
setYDisplayUnit(visad.Unit newUnit)
Set the units of displayed values on the Y axis
|
getCursorXValue, getCursorYValue, setCursorXValue, setCursorYValueautoScaleXAxis, autoScaleYAxis, enableClipping, getGridLinesVisible, getName, getXAxisScale, getXAxisType, getXDisplayUnit, getYAxisScale, getYAxisType, getYDisplayUnit, setAspect, setAxisTypes, setGridLinesVisible, setName, setXAxisType, setXRange, setYAxisType, setYRange, showAxisScalesaddDisplayable, addDisplayListener, addKeyboardBehavior, addPropertyChangeListener, addPropertyChangeListener, addScalarMap, addScalarMaps, addVetoableChangeListener, addVetoableChangeListener, buildAnimationSet, dataChange, destroy, draw, ensureInactive, equals, finalize, firePropertyChange, firePropertyChange, getAnimationSetFromDisplayables, getAnimationStringVisible, getBackground, getComponent, getDestroyed, getDisplay, getDisplayableCount, getDisplayables, getDisplayables, getDisplayAspect, getDisplayComponent, getDisplayScale, getForeground, getImage, getMouseBehavior, getMouseFunctionMap, getOffscreenDimension, getProjectionMatrix, getRotation, getSavedProjectionMatrix, getScale, getScreenBounds, getStereoAvailable, getWaitMessageVisible, handleMouseWheelMoved, hashCode, indexOf, init, is3D, isActive, isPointMode, printMatrix, printMe, rebuild, rebuildDisplay, reDisplayAll, removeDisplayable, removeDisplayables, removePropertyChangeListener, removePropertyChangeListener, removeScalarMap, removeScalarMaps, removeVetoableChangeListener, removeVetoableChangeListener, replaceScalarMap, reScale, resetMouseFunctions, resetProjection, rotate, rotateX, rotateY, rotateZ, saveCurrentDisplay, saveCurrentDisplay, saveCurrentDisplay, saveProjection, setActive, setAnimation, setAnimationStringVisible, setBackground, setDefaultMouseFunctions, setDisplayables, setDisplayables, setDisplayActive, setDisplayAspect, setDisplayInactive, setEyePosition, setForeground, setKeyboardBehavior, setKeyboardEventMap, setKeyboardEventMap, setMouseFunctions, setOffscreenDimension, setPointMode, setProjectionMatrix, setRebuildNecessary, setWaitMessageVisible, setWheelEventMap, translate, zoom, zoompublic static final java.lang.String CURSOR_ALTITUDE
public VerticalXSDisplay()
throws visad.VisADException,
java.rmi.RemoteException
visad.VisADException - the VisAD exceptionjava.rmi.RemoteException - the remote exceptionpublic VerticalXSDisplay(boolean offScreen,
java.awt.Dimension dimension)
throws visad.VisADException,
java.rmi.RemoteException
offScreen - are we in offscreen modedimension - the offscreen dimension. may be nullvisad.VisADException - the VisAD exceptionjava.rmi.RemoteException - the remote exceptionprotected void setCursorAltitude(visad.Real altitude)
throws visad.VisADException,
java.rmi.RemoteException
altitude - The cursor altitude.visad.VisADException - the VisAD exceptionjava.rmi.RemoteException - the remote exceptionpublic visad.Real getCursorAltitude()
null.public void setXDisplayUnit(visad.Unit newUnit)
setXDisplayUnit in class XYDisplaynewUnit - units to usepublic void setYDisplayUnit(visad.Unit newUnit)
setYDisplayUnit in class XYDisplaynewUnit - units to usepublic void setXAxisTitle()
public void setYAxisTitle()