visad
Interface RemoteDisplay

All Superinterfaces:
Action, Display, java.util.EventListener, java.rmi.Remote, ThingChangedListener
All Known Implementing Classes:
RemoteDisplayImpl

public interface RemoteDisplay
extends java.rmi.Remote, Display

RemoteDisplay is the interface for Remote Display-s.


Field Summary
 
Fields inherited from interface visad.Display
Alpha, Animation, Blue, CMY, components3c, components3s, componentscmy, componentscyl, componentsflow1, componentsflow1s, componentsflow2, componentsflow2s, componentshsv, componentsrgb, componentsso, 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, PointSize, Radius, Red, RGB, RGBA, Saturation, SelectRange, SelectValue, Shape, ShapeScale, Text, TextureEnable, Value, XAxis, XAxisOffset, YAxis, YAxisOffset, Yellow, ZAxis, ZAxisOffset
 
Method Summary
 java.util.Vector getConstantMapVector()
           
 int getDisplayAPI()
           
 java.lang.String getDisplayClassName()
           
 java.lang.String getDisplayRendererClassName()
           
 DisplaySync getDisplaySync()
           
 GraphicsModeControl getGraphicsModeControl()
           
 java.util.Vector getMapVector()
           
 java.lang.String getName()
          return name of this Action
 java.util.Vector getReferenceLinks()
           
 RemoteDisplayMonitor getRemoteDisplayMonitor()
           
 RemoteDisplaySync getRemoteDisplaySync()
           
 void sendMouseEvent(java.awt.event.MouseEvent e)
           
 
Methods inherited from interface visad.Display
addMap, addReference, addReferences, addSlave, clearMaps, destroy, hasSlaves, removeAllSlaves, removeSlave, sendMessage
 
Methods inherited from interface visad.Action
addReference, removeAllReferences, removeReference
 
Methods inherited from interface visad.ThingChangedListener
thingChanged
 

Method Detail

getName

java.lang.String getName()
                         throws VisADException,
                                java.rmi.RemoteException
Description copied from interface: Action
return name of this Action

Specified by:
getName in interface Action
Throws:
VisADException
java.rmi.RemoteException

getDisplayClassName

java.lang.String getDisplayClassName()
                                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getDisplayAPI

int getDisplayAPI()
                  throws VisADException,
                         java.rmi.RemoteException
Throws:
VisADException
java.rmi.RemoteException

getDisplayRendererClassName

java.lang.String getDisplayRendererClassName()
                                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getMapVector

java.util.Vector getMapVector()
                              throws VisADException,
                                     java.rmi.RemoteException
Throws:
VisADException
java.rmi.RemoteException

getConstantMapVector

java.util.Vector getConstantMapVector()
                                      throws VisADException,
                                             java.rmi.RemoteException
Specified by:
getConstantMapVector in interface Display
Throws:
VisADException
java.rmi.RemoteException

getGraphicsModeControl

GraphicsModeControl getGraphicsModeControl()
                                           throws VisADException,
                                                  java.rmi.RemoteException
Throws:
VisADException
java.rmi.RemoteException

getReferenceLinks

java.util.Vector getReferenceLinks()
                                   throws VisADException,
                                          java.rmi.RemoteException
Throws:
VisADException
java.rmi.RemoteException

getRemoteDisplayMonitor

RemoteDisplayMonitor getRemoteDisplayMonitor()
                                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getDisplaySync

DisplaySync getDisplaySync()
                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getRemoteDisplaySync

RemoteDisplaySync getRemoteDisplaySync()
                                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

sendMouseEvent

void sendMouseEvent(java.awt.event.MouseEvent e)
                    throws VisADException,
                           java.rmi.RemoteException
Throws:
VisADException
java.rmi.RemoteException