llnl.visit
Class WindowInformation

java.lang.Object
  extended by llnl.visit.AttributeSubject
      extended by llnl.visit.WindowInformation

public class WindowInformation
extends AttributeSubject


Constructor Summary
WindowInformation()
           
WindowInformation(int nMoreFields)
           
WindowInformation(WindowInformation obj)
           
 
Method Summary
 boolean equals(WindowInformation obj)
           
 java.lang.String GetActiveSource()
           
 int GetActiveTimeSlider()
           
 int GetAnimationMode()
           
 boolean GetBoundingBoxNavigate()
           
 boolean GetCameraViewMode()
           
 boolean GetDDTConnected()
           
 boolean GetDDTSim()
           
 double[] GetExtents()
           
 boolean GetFullFrame()
           
 int GetInteractionMode()
           
 float GetLastRenderAvg()
           
 float GetLastRenderMax()
           
 float GetLastRenderMin()
           
 boolean GetLockTime()
           
 boolean GetLockTools()
           
 boolean GetLockView()
           
 boolean GetMaintainView()
           
 int GetNumAdditionalAttributes()
          Returns the number of attributes added in this level of the state object.
 int GetNumPrimitives()
           
 boolean GetPerspective()
           
 boolean GetSpin()
           
 java.util.Vector GetTimeSliderCurrentStates()
           
 java.util.Vector GetTimeSliders()
           
 int GetToolUpdateMode()
           
 boolean GetUsingScalableRendering()
           
 int GetViewDimension()
           
 int GetViewExtentsType()
           
 java.util.Vector GetViewKeyframes()
           
 int[] GetWindowSize()
           
 int GetWinMode()
           
 int Offset()
          Returns the offset into the selected table where this state object's fields begin.
 void ReadAtts(int index, CommunicationBuffer buf)
          Reads the specified index's data from the buffer into the object.
 void SetActiveSource(java.lang.String activeSource_)
           
 void SetActiveTimeSlider(int activeTimeSlider_)
           
 void SetAnimationMode(int animationMode_)
           
 void SetBoundingBoxNavigate(boolean boundingBoxNavigate_)
           
 void SetCameraViewMode(boolean cameraViewMode_)
           
 void SetDDTConnected(boolean DDTConnected_)
           
 void SetDDTSim(boolean DDTSim_)
           
 void SetExtents(double[] extents_)
           
 void SetFullFrame(boolean fullFrame_)
           
 void SetInteractionMode(int interactionMode_)
           
 void SetLastRenderAvg(float lastRenderAvg_)
           
 void SetLastRenderMax(float lastRenderMax_)
           
 void SetLastRenderMin(float lastRenderMin_)
           
 void SetLockTime(boolean lockTime_)
           
 void SetLockTools(boolean lockTools_)
           
 void SetLockView(boolean lockView_)
           
 void SetMaintainView(boolean maintainView_)
           
 void SetNumPrimitives(int numPrimitives_)
           
 void SetPerspective(boolean perspective_)
           
 void SetSpin(boolean spin_)
           
 void SetTimeSliderCurrentStates(java.util.Vector timeSliderCurrentStates_)
           
 void SetTimeSliders(java.util.Vector timeSliders_)
           
 void SetToolUpdateMode(int toolUpdateMode_)
           
 void SetUsingScalableRendering(boolean usingScalableRendering_)
           
 void SetViewDimension(int viewDimension_)
           
 void SetViewExtentsType(int viewExtentsType_)
           
 void SetViewKeyframes(java.util.Vector viewKeyframes_)
           
 void SetWindowSize(int[] windowSize_)
           
 void SetWindowSize(int e0, int e1)
           
 void SetWinMode(int winMode_)
           
 java.lang.String toString(java.lang.String indent)
           
 void WriteAtts(CommunicationBuffer buf)
          Writes the selected fields of the object to the buffer.
 
Methods inherited from class llnl.visit.AttributeSubject
Attach, boolToString, Detach, doubleArrayToString, doubleToString, doubleVectorToString, floatArrayToString, floatToString, floatVectorToString, GetAttributeId, GetClassName, intArrayToString, intToString, intVectorToString, IsSelected, Notify, NumAttributes, NumAttributesSelected, Read, Select, SelectAll, SetAttributeId, stringToString, stringVectorToString, toString, ucharArrayToString, ucharToString, ucharVectorToString, UnSelectAll, Write, WriteSelect
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WindowInformation

public WindowInformation()

WindowInformation

public WindowInformation(int nMoreFields)

WindowInformation

public WindowInformation(WindowInformation obj)
Method Detail

Offset

public int Offset()
Description copied from class: AttributeSubject
Returns the offset into the selected table where this state object's fields begin.

Overrides:
Offset in class AttributeSubject
Returns:
An offset into the selected table.

GetNumAdditionalAttributes

public int GetNumAdditionalAttributes()
Description copied from class: AttributeSubject
Returns the number of attributes added in this level of the state object.

Overrides:
GetNumAdditionalAttributes in class AttributeSubject
Returns:
The number of attributes added in this level of the state object.

equals

public boolean equals(WindowInformation obj)

SetActiveSource

public void SetActiveSource(java.lang.String activeSource_)

SetActiveTimeSlider

public void SetActiveTimeSlider(int activeTimeSlider_)

SetTimeSliders

public void SetTimeSliders(java.util.Vector timeSliders_)

SetTimeSliderCurrentStates

public void SetTimeSliderCurrentStates(java.util.Vector timeSliderCurrentStates_)

SetAnimationMode

public void SetAnimationMode(int animationMode_)

SetInteractionMode

public void SetInteractionMode(int interactionMode_)

SetToolUpdateMode

public void SetToolUpdateMode(int toolUpdateMode_)

SetBoundingBoxNavigate

public void SetBoundingBoxNavigate(boolean boundingBoxNavigate_)

SetSpin

public void SetSpin(boolean spin_)

SetFullFrame

public void SetFullFrame(boolean fullFrame_)

SetPerspective

public void SetPerspective(boolean perspective_)

SetMaintainView

public void SetMaintainView(boolean maintainView_)

SetLockView

public void SetLockView(boolean lockView_)

SetLockTools

public void SetLockTools(boolean lockTools_)

SetLockTime

public void SetLockTime(boolean lockTime_)

SetViewExtentsType

public void SetViewExtentsType(int viewExtentsType_)

SetViewDimension

public void SetViewDimension(int viewDimension_)

SetViewKeyframes

public void SetViewKeyframes(java.util.Vector viewKeyframes_)

SetCameraViewMode

public void SetCameraViewMode(boolean cameraViewMode_)

SetUsingScalableRendering

public void SetUsingScalableRendering(boolean usingScalableRendering_)

SetLastRenderMin

public void SetLastRenderMin(float lastRenderMin_)

SetLastRenderAvg

public void SetLastRenderAvg(float lastRenderAvg_)

SetLastRenderMax

public void SetLastRenderMax(float lastRenderMax_)

SetNumPrimitives

public void SetNumPrimitives(int numPrimitives_)

SetExtents

public void SetExtents(double[] extents_)

SetWindowSize

public void SetWindowSize(int[] windowSize_)

SetWindowSize

public void SetWindowSize(int e0,
                          int e1)

SetWinMode

public void SetWinMode(int winMode_)

SetDDTSim

public void SetDDTSim(boolean DDTSim_)

SetDDTConnected

public void SetDDTConnected(boolean DDTConnected_)

GetActiveSource

public java.lang.String GetActiveSource()

GetActiveTimeSlider

public int GetActiveTimeSlider()

GetTimeSliders

public java.util.Vector GetTimeSliders()

GetTimeSliderCurrentStates

public java.util.Vector GetTimeSliderCurrentStates()

GetAnimationMode

public int GetAnimationMode()

GetInteractionMode

public int GetInteractionMode()

GetToolUpdateMode

public int GetToolUpdateMode()

GetBoundingBoxNavigate

public boolean GetBoundingBoxNavigate()

GetSpin

public boolean GetSpin()

GetFullFrame

public boolean GetFullFrame()

GetPerspective

public boolean GetPerspective()

GetMaintainView

public boolean GetMaintainView()

GetLockView

public boolean GetLockView()

GetLockTools

public boolean GetLockTools()

GetLockTime

public boolean GetLockTime()

GetViewExtentsType

public int GetViewExtentsType()

GetViewDimension

public int GetViewDimension()

GetViewKeyframes

public java.util.Vector GetViewKeyframes()

GetCameraViewMode

public boolean GetCameraViewMode()

GetUsingScalableRendering

public boolean GetUsingScalableRendering()

GetLastRenderMin

public float GetLastRenderMin()

GetLastRenderAvg

public float GetLastRenderAvg()

GetLastRenderMax

public float GetLastRenderMax()

GetNumPrimitives

public int GetNumPrimitives()

GetExtents

public double[] GetExtents()

GetWindowSize

public int[] GetWindowSize()

GetWinMode

public int GetWinMode()

GetDDTSim

public boolean GetDDTSim()

GetDDTConnected

public boolean GetDDTConnected()

WriteAtts

public void WriteAtts(CommunicationBuffer buf)
Description copied from class: AttributeSubject
Writes the selected fields of the object to the buffer.

Overrides:
WriteAtts in class AttributeSubject
Parameters:
buf - The communication buffer to which the object will be written.

ReadAtts

public void ReadAtts(int index,
                     CommunicationBuffer buf)
Description copied from class: AttributeSubject
Reads the specified index's data from the buffer into the object.

Specified by:
ReadAtts in class AttributeSubject
buf - The communication buffer to from which the object will be read.

toString

public java.lang.String toString(java.lang.String indent)
Overrides:
toString in class AttributeSubject