|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectllnl.visit.ViewerState
public class ViewerState
ViewerState contains all of the state objects that make up the client/viewer interface. One sends new state to the viewer by modifying these objects and calling their Notify() method to send their new values back to the viewer.
Constructor Summary | |
---|---|
ViewerState()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ViewerState()
Method Detail |
---|
public ViewerRPC GetViewerRPC()
public PostponedAction GetPostponedAction()
public SyncAttributes GetSyncAttributes()
public MessageAttributes GetMessageAttributes()
public StatusAttributes GetStatusAttributes()
public avtDatabaseMetaData GetDatabaseMetaData()
public SILAttributes GetSILAttributes()
public DBPluginInfoAttributes GetDBPluginInfoAttributes()
public ExportDBAttributes GetExportDBAttributes()
public ConstructDataBinningAttributes GetConstructDataBinningAttributes()
public ClientMethod GetClientMethod()
public ClientInformation GetClientInformation()
public ClientInformationList GetClientInformationList()
public SimulationUIValues GetSimulationUIValues()
public PluginManagerAttributes GetPluginManagerAttributes()
public AppearanceAttributes GetAppearanceAttributes()
public GlobalAttributes GetGlobalAttributes()
public DatabaseCorrelationList GetDatabaseCorrelationList()
public PlotList GetPlotList()
public HostProfileList GetHostProfileList()
public SaveWindowAttributes GetSaveWindowAttributes()
public EngineList GetEngineList()
public ColorTableAttributes GetColorTableAttributes()
public ExpressionList GetExpressionList()
public AnnotationAttributes GetAnnotationAttributes()
public SILRestrictionAttributes GetSILRestrictionAttributes()
public ViewAxisArrayAttributes GetViewAxisArrayAttributes()
public ViewCurveAttributes GetViewCurveAttributes()
public View2DAttributes GetView2DAttributes()
public View3DAttributes GetView3DAttributes()
public LightList GetLightList()
public AnimationAttributes GetAnimationAttributes()
public PickAttributes GetPickAttributes()
public PrinterAttributes GetPrinterAttributes()
public WindowInformation GetWindowInformation()
public RenderingAttributes GetRenderingAttributes()
public KeyframeAttributes GetKeyframeAttributes()
public QueryList GetQueryList()
public QueryAttributes GetQueryAttributes()
public MaterialAttributes GetMaterialAttributes()
public GlobalLineoutAttributes GetGlobalLineoutAttributes()
public AnnotationObjectList GetAnnotationObjectList()
public QueryOverTimeAttributes GetQueryOverTimeAttributes()
public InteractorAttributes GetInteractorAttributes()
public ProcessAttributes GetProcessAttributes()
public MovieAttributes GetMovieAttributes()
public MeshManagementAttributes GetMeshManagementAttributes()
public ViewerRPC GetLogRPC()
public FileOpenOptions GetFileOpenOptions()
public SelectionProperties GetSelectionProperties()
public SelectionList GetSelectionList()
public ViewerClientAttributes GetViewerClientAttributes()
public ViewerClientInformation GetViewerClientInformation()
public AttributeSubject GetStateObject(int i)
i
- The index of the state object to return.
public void Register(AttributeSubject obj)
obj
- The state object to register.public void RegisterPlotAttributes(AttributeSubject obj)
obj
- The state object to register.public void RegisterOperatorAttributes(AttributeSubject obj)
obj
- The state object to register.public int GetNumStateObjects()
public int GetNumPlotStateObjects()
public int GetNumOperatorStateObjects()
public AttributeSubject GetPlotAttributes(int n)
n
- Index of the state object to return.
public PlotInfoAttributes GetPlotInformation(int n)
n
- Index of the plot information to return.
public AttributeSubject GetOperatorAttributes(int n)
n
- Index of the state object to return.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |