visad
Interface RemoteDisplay
- All Superinterfaces:
- Action, Display, EventListener, Remote, ThingChangedListener
- All Known Implementing Classes:
- RemoteDisplayImpl
public interface RemoteDisplay
- extends Remote, Display
RemoteDisplay is the interface for Remote Display-s.
Fields inherited from interface visad.Display |
AdjustProjectionSeam, Alpha, Animation, Blue, CacheAppearances, CMY, ColorMode, components3c, components3s, componentscmy, componentscyl, componentsflow1, componentsflow1s, componentsflow2, componentsflow2s, componentshsv, componentsrgb, componentsso, CurvedSize, Cyan, CylAzimuth, CylRadius, CylZAxis, DisplayCMYCoordSys, DisplayCMYTuple, DisplayCylindricalCoordSys, DisplayFlow1SphericalCoordSys, DisplayFlow1SphericalTuple, DisplayFlow1Tuple, DisplayFlow2SphericalCoordSys, DisplayFlow2SphericalTuple, DisplayFlow2Tuple, DisplayHSVCoordSys, DisplayHSVTuple, DisplayRealArray, DisplayRGBTuple, DisplaySpatialCartesianTuple, DisplaySpatialCylindricalTuple, DisplaySpatialOffsetTuple, DisplaySpatialSphericalTuple, DisplaySphericalCoordSys, Flow1Azimuth, Flow1Elevation, Flow1Radial, Flow1X, Flow1Y, Flow1Z, Flow2Azimuth, Flow2Elevation, Flow2Radial, Flow2X, Flow2Y, Flow2Z, Green, HSV, Hue, IsoContour, Latitude, LineStyle, LineWidth, List, Longitude, Magenta, MergeGeometries, MissingTransparent, PointMode, PointSize, PolygonMode, PolygonOffset, PolygonOffsetFactor, Radius, Red, RGB, RGBA, Saturation, SelectRange, SelectValue, Shape, ShapeScale, Text, Texture3DMode, TextureEnable, Value, XAxis, XAxisOffset, YAxis, YAxisOffset, Yellow, ZAxis, ZAxisOffset |
Methods inherited from interface visad.Display |
addMap, addReference, addReferences, addSlave, clearMaps, destroy, hasSlaves, removeAllSlaves, removeMap, removeSlave, sendMessage |
getName
String getName()
throws VisADException,
RemoteException
- Specified by:
getName
in interface Action
- Returns:
- String name of this Action
- Throws:
VisADException
RemoteException
getDisplayClassName
String getDisplayClassName()
throws RemoteException
- Throws:
RemoteException
getDisplayAPI
int getDisplayAPI()
throws VisADException,
RemoteException
- Throws:
VisADException
RemoteException
getDisplayRendererClassName
String getDisplayRendererClassName()
throws RemoteException
- Throws:
RemoteException
getMapVector
Vector getMapVector()
throws VisADException,
RemoteException
- Throws:
VisADException
RemoteException
getConstantMapVector
Vector getConstantMapVector()
throws VisADException,
RemoteException
- Specified by:
getConstantMapVector
in interface Display
- Returns:
- Vector of linked ConstantMaps
- Throws:
VisADException
RemoteException
getGraphicsModeControl
GraphicsModeControl getGraphicsModeControl()
throws VisADException,
RemoteException
- Throws:
VisADException
RemoteException
getReferenceLinks
Vector getReferenceLinks()
throws VisADException,
RemoteException
- Throws:
VisADException
RemoteException
getRemoteDisplayMonitor
RemoteDisplayMonitor getRemoteDisplayMonitor()
throws RemoteException
- Throws:
RemoteException
getDisplaySync
DisplaySync getDisplaySync()
throws RemoteException
- Throws:
RemoteException
getRemoteDisplaySync
RemoteDisplaySync getRemoteDisplaySync()
throws RemoteException
- Throws:
RemoteException
sendMouseEvent
void sendMouseEvent(MouseEvent e)
throws VisADException,
RemoteException
- Throws:
VisADException
RemoteException