public class WindowInformation extends AttributeSubject
Constructor and Description |
---|
WindowInformation() |
WindowInformation(int nMoreFields) |
WindowInformation(WindowInformation obj) |
Modifier and Type | Method and Description |
---|---|
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.
|
Attach, boolArrayToString, boolToString, boolVectorToString, 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
public WindowInformation()
public WindowInformation(int nMoreFields)
public WindowInformation(WindowInformation obj)
public int Offset()
AttributeSubject
Offset
in class AttributeSubject
public int GetNumAdditionalAttributes()
AttributeSubject
GetNumAdditionalAttributes
in class AttributeSubject
public boolean equals(WindowInformation obj)
public void SetActiveSource(java.lang.String activeSource_)
public void SetActiveTimeSlider(int activeTimeSlider_)
public void SetTimeSliders(java.util.Vector timeSliders_)
public void SetTimeSliderCurrentStates(java.util.Vector timeSliderCurrentStates_)
public void SetAnimationMode(int animationMode_)
public void SetInteractionMode(int interactionMode_)
public void SetToolUpdateMode(int toolUpdateMode_)
public void SetBoundingBoxNavigate(boolean boundingBoxNavigate_)
public void SetSpin(boolean spin_)
public void SetFullFrame(boolean fullFrame_)
public void SetPerspective(boolean perspective_)
public void SetMaintainView(boolean maintainView_)
public void SetLockView(boolean lockView_)
public void SetLockTools(boolean lockTools_)
public void SetLockTime(boolean lockTime_)
public void SetViewExtentsType(int viewExtentsType_)
public void SetViewDimension(int viewDimension_)
public void SetViewKeyframes(java.util.Vector viewKeyframes_)
public void SetCameraViewMode(boolean cameraViewMode_)
public void SetUsingScalableRendering(boolean usingScalableRendering_)
public void SetLastRenderMin(float lastRenderMin_)
public void SetLastRenderAvg(float lastRenderAvg_)
public void SetLastRenderMax(float lastRenderMax_)
public void SetNumPrimitives(int numPrimitives_)
public void SetExtents(double[] extents_)
public void SetWindowSize(int[] windowSize_)
public void SetWindowSize(int e0, int e1)
public void SetWinMode(int winMode_)
public void SetDDTSim(boolean DDTSim_)
public void SetDDTConnected(boolean DDTConnected_)
public java.lang.String GetActiveSource()
public int GetActiveTimeSlider()
public java.util.Vector GetTimeSliders()
public java.util.Vector GetTimeSliderCurrentStates()
public int GetAnimationMode()
public int GetInteractionMode()
public int GetToolUpdateMode()
public boolean GetBoundingBoxNavigate()
public boolean GetSpin()
public boolean GetFullFrame()
public boolean GetPerspective()
public boolean GetMaintainView()
public boolean GetLockView()
public boolean GetLockTools()
public boolean GetLockTime()
public int GetViewExtentsType()
public int GetViewDimension()
public java.util.Vector GetViewKeyframes()
public boolean GetCameraViewMode()
public boolean GetUsingScalableRendering()
public float GetLastRenderMin()
public float GetLastRenderAvg()
public float GetLastRenderMax()
public int GetNumPrimitives()
public double[] GetExtents()
public int[] GetWindowSize()
public int GetWinMode()
public boolean GetDDTSim()
public boolean GetDDTConnected()
public void WriteAtts(CommunicationBuffer buf)
AttributeSubject
WriteAtts
in class AttributeSubject
buf
- The communication buffer to which the object will be written.public void ReadAtts(int index, CommunicationBuffer buf)
AttributeSubject
ReadAtts
in class AttributeSubject
buf
- The communication buffer to from which the object will be read.public java.lang.String toString(java.lang.String indent)
toString
in class AttributeSubject