public class XSDisplay extends XYDisplay
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CURSOR_XVALUE
The name of the x position property.
|
static java.lang.String |
CURSOR_YVALUE
The name of the y position property.
|
behavior, defaultMouseFunctions, log_, POINT_MODE
Constructor and Description |
---|
XSDisplay()
Default cstr with yAxisType of RealType.YAxis, xAxisType of
RealType.XAxis.
|
XSDisplay(boolean offScreen,
java.awt.Dimension dimension)
Default cstr with yAxisType of RealType.YAxis, xAxisType of
RealType.XAxis.
|
XSDisplay(java.lang.String name,
visad.RealType xType,
visad.RealType yType)
Default cstr with yAxisType of RealType.Altitude, xAxisType of
RealType.XAxis.
|
XSDisplay(java.lang.String name,
visad.RealType xType,
visad.RealType yType,
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 |
getCursorXValue()
Gets the cursor x position property.
|
visad.Real |
getCursorYValue()
Gets the cursor altitude property.
|
protected void |
setCursorXValue(visad.Real xvalue)
Sets the cursor x position property.
|
protected void |
setCursorYValue(visad.Real yxalue)
Sets the cursor x value property.
|
autoScaleXAxis, autoScaleYAxis, enableClipping, getGridLinesVisible, getName, getXAxisScale, getXAxisType, getXDisplayUnit, getYAxisScale, getYAxisType, getYDisplayUnit, setAspect, setAxisTypes, setGridLinesVisible, setName, setXAxisType, setXDisplayUnit, setXRange, setYAxisType, setYDisplayUnit, setYRange, showAxisScales
addDisplayable, 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, resetClipDistance, 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, zoom
public static final java.lang.String CURSOR_YVALUE
public static final java.lang.String CURSOR_XVALUE
public XSDisplay() throws visad.VisADException, java.rmi.RemoteException
java.rmi.RemoteException
visad.VisADException
public XSDisplay(boolean offScreen, java.awt.Dimension dimension) throws visad.VisADException, java.rmi.RemoteException
offScreen
- Is offscreendimension
- Size of display. May be null.java.rmi.RemoteException
visad.VisADException
public XSDisplay(java.lang.String name, visad.RealType xType, visad.RealType yType) throws visad.VisADException, java.rmi.RemoteException
name
- name for this displayxType
- RealType for the X axisyType
- RealType for the Y axisjava.rmi.RemoteException
- Java RMI errorvisad.VisADException
- VisAD errorpublic XSDisplay(java.lang.String name, visad.RealType xType, visad.RealType yType, boolean offScreen, java.awt.Dimension dimension) throws visad.VisADException, java.rmi.RemoteException
name
- name for this displayxType
- RealType for the X axisyType
- RealType for the Y axisoffScreen
- Is offscreendimension
- Size of display. May be null.java.rmi.RemoteException
- Java RMI errorvisad.VisADException
- VisAD errorprotected void setCursorYValue(visad.Real yxalue) throws visad.VisADException, java.rmi.RemoteException
yxalue
- The cursor y value.java.rmi.RemoteException
- Java RMI errorvisad.VisADException
- VisAD errorpublic visad.Real getCursorYValue()
null
.protected void setCursorXValue(visad.Real xvalue) throws visad.VisADException, java.rmi.RemoteException
xvalue
- The cursor x position.java.rmi.RemoteException
- Java RMI errorvisad.VisADException
- VisAD errorpublic visad.Real getCursorXValue()
null
.