public class Plot extends AttributeSubject
Modifier and Type | Field and Description |
---|---|
static int |
STATETYPE_COMPLETED |
static int |
STATETYPE_ERROR |
static int |
STATETYPE_NEWLYCREATED |
static int |
STATETYPE_PENDING |
Constructor and Description |
---|
Plot() |
Plot(int nMoreFields) |
Plot(Plot obj) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Plot obj) |
boolean |
GetActiveFlag() |
int |
GetActiveOperator() |
boolean |
GetAnimatingFlag() |
int |
GetBeginFrame() |
java.util.Vector |
GetDatabaseKeyframes() |
java.lang.String |
GetDatabaseName() |
java.lang.String |
GetDescription() |
int |
GetEmbeddedPlotId() |
int |
GetEndFrame() |
boolean |
GetExpandedFlag() |
boolean |
GetFollowsTime() |
boolean |
GetHiddenFlag() |
int |
GetId() |
boolean |
GetIsFromSimulation() |
java.util.Vector |
GetKeyframes() |
int |
GetNumAdditionalAttributes()
Returns the number of attributes added in this level of the state object.
|
java.util.Vector |
GetNumKeyframesPerOperator() |
java.util.Vector |
GetOperatorKeyframes() |
java.util.Vector |
GetOperatorNames() |
java.util.Vector |
GetOperators() |
java.lang.String |
GetPlotName() |
int |
GetPlotType() |
java.lang.String |
GetPlotVar() |
java.lang.String |
GetSelection() |
int |
GetStateType() |
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 |
SetActiveFlag(boolean activeFlag_) |
void |
SetActiveOperator(int activeOperator_) |
void |
SetAnimatingFlag(boolean animatingFlag_) |
void |
SetBeginFrame(int beginFrame_) |
void |
SetDatabaseKeyframes(java.util.Vector databaseKeyframes_) |
void |
SetDatabaseName(java.lang.String databaseName_) |
void |
SetDescription(java.lang.String description_) |
void |
SetEmbeddedPlotId(int embeddedPlotId_) |
void |
SetEndFrame(int endFrame_) |
void |
SetExpandedFlag(boolean expandedFlag_) |
void |
SetFollowsTime(boolean followsTime_) |
void |
SetHiddenFlag(boolean hiddenFlag_) |
void |
SetId(int id_) |
void |
SetIsFromSimulation(boolean isFromSimulation_) |
void |
SetKeyframes(java.util.Vector keyframes_) |
void |
SetNumKeyframesPerOperator(java.util.Vector numKeyframesPerOperator_) |
void |
SetOperatorKeyframes(java.util.Vector operatorKeyframes_) |
void |
SetOperatorNames(java.util.Vector operatorNames_) |
void |
SetOperators(java.util.Vector operators_) |
void |
SetPlotName(java.lang.String plotName_) |
void |
SetPlotType(int plotType_) |
void |
SetPlotVar(java.lang.String plotVar_) |
void |
SetSelection(java.lang.String selection_) |
void |
SetStateType(int stateType_) |
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 static final int STATETYPE_NEWLYCREATED
public static final int STATETYPE_PENDING
public static final int STATETYPE_COMPLETED
public static final int STATETYPE_ERROR
public Plot()
public Plot(int nMoreFields)
public Plot(Plot obj)
public int Offset()
AttributeSubject
Offset
in class AttributeSubject
public int GetNumAdditionalAttributes()
AttributeSubject
GetNumAdditionalAttributes
in class AttributeSubject
public boolean equals(Plot obj)
public void SetStateType(int stateType_)
public void SetPlotType(int plotType_)
public void SetPlotName(java.lang.String plotName_)
public void SetActiveFlag(boolean activeFlag_)
public void SetHiddenFlag(boolean hiddenFlag_)
public void SetExpandedFlag(boolean expandedFlag_)
public void SetPlotVar(java.lang.String plotVar_)
public void SetDatabaseName(java.lang.String databaseName_)
public void SetOperators(java.util.Vector operators_)
public void SetOperatorNames(java.util.Vector operatorNames_)
public void SetActiveOperator(int activeOperator_)
public void SetId(int id_)
public void SetEmbeddedPlotId(int embeddedPlotId_)
public void SetBeginFrame(int beginFrame_)
public void SetEndFrame(int endFrame_)
public void SetKeyframes(java.util.Vector keyframes_)
public void SetNumKeyframesPerOperator(java.util.Vector numKeyframesPerOperator_)
public void SetOperatorKeyframes(java.util.Vector operatorKeyframes_)
public void SetDatabaseKeyframes(java.util.Vector databaseKeyframes_)
public void SetIsFromSimulation(boolean isFromSimulation_)
public void SetFollowsTime(boolean followsTime_)
public void SetDescription(java.lang.String description_)
public void SetSelection(java.lang.String selection_)
public void SetAnimatingFlag(boolean animatingFlag_)
public int GetStateType()
public int GetPlotType()
public java.lang.String GetPlotName()
public boolean GetActiveFlag()
public boolean GetHiddenFlag()
public boolean GetExpandedFlag()
public java.lang.String GetPlotVar()
public java.lang.String GetDatabaseName()
public java.util.Vector GetOperators()
public java.util.Vector GetOperatorNames()
public int GetActiveOperator()
public int GetId()
public int GetEmbeddedPlotId()
public int GetBeginFrame()
public int GetEndFrame()
public java.util.Vector GetKeyframes()
public java.util.Vector GetNumKeyframesPerOperator()
public java.util.Vector GetOperatorKeyframes()
public java.util.Vector GetDatabaseKeyframes()
public boolean GetIsFromSimulation()
public boolean GetFollowsTime()
public java.lang.String GetDescription()
public java.lang.String GetSelection()
public boolean GetAnimatingFlag()
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