public class ContourOpAttributes extends AttributeSubject
Modifier and Type | Field and Description |
---|---|
static int |
CONTOURMETHOD_LEVEL |
static int |
CONTOURMETHOD_PERCENT |
static int |
CONTOURMETHOD_VALUE |
static int |
CONTOURSCALING_LINEAR |
static int |
CONTOURSCALING_LOG |
Constructor and Description |
---|
ContourOpAttributes() |
ContourOpAttributes(ContourOpAttributes obj) |
ContourOpAttributes(int nMoreFields) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(ContourOpAttributes obj) |
int |
GetContourMethod() |
int |
GetContourNLevels() |
java.util.Vector |
GetContourPercent() |
java.util.Vector |
GetContourValue() |
double |
GetMax() |
boolean |
GetMaxFlag() |
double |
GetMin() |
boolean |
GetMinFlag() |
int |
GetNumAdditionalAttributes()
Returns the number of attributes added in this level of the state object.
|
int |
GetScaling() |
java.lang.String |
GetVariable() |
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 |
SetContourMethod(int contourMethod_) |
void |
SetContourNLevels(int contourNLevels_) |
void |
SetContourPercent(java.util.Vector contourPercent_) |
void |
SetContourValue(java.util.Vector contourValue_) |
void |
SetMax(double max_) |
void |
SetMaxFlag(boolean maxFlag_) |
void |
SetMin(double min_) |
void |
SetMinFlag(boolean minFlag_) |
void |
SetScaling(int scaling_) |
void |
SetVariable(java.lang.String variable_) |
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 CONTOURMETHOD_LEVEL
public static final int CONTOURMETHOD_VALUE
public static final int CONTOURMETHOD_PERCENT
public static final int CONTOURSCALING_LINEAR
public static final int CONTOURSCALING_LOG
public ContourOpAttributes()
public ContourOpAttributes(int nMoreFields)
public ContourOpAttributes(ContourOpAttributes obj)
public int Offset()
AttributeSubject
Offset
in class AttributeSubject
public int GetNumAdditionalAttributes()
AttributeSubject
GetNumAdditionalAttributes
in class AttributeSubject
public boolean equals(ContourOpAttributes obj)
public void SetContourNLevels(int contourNLevels_)
public void SetContourValue(java.util.Vector contourValue_)
public void SetContourPercent(java.util.Vector contourPercent_)
public void SetContourMethod(int contourMethod_)
public void SetMinFlag(boolean minFlag_)
public void SetMaxFlag(boolean maxFlag_)
public void SetMin(double min_)
public void SetMax(double max_)
public void SetScaling(int scaling_)
public void SetVariable(java.lang.String variable_)
public int GetContourNLevels()
public java.util.Vector GetContourValue()
public java.util.Vector GetContourPercent()
public int GetContourMethod()
public boolean GetMinFlag()
public boolean GetMaxFlag()
public double GetMin()
public double GetMax()
public int GetScaling()
public java.lang.String GetVariable()
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