public class ColorControlPointList extends AttributeSubject
Modifier and Type | Field and Description |
---|---|
static int |
SMOOTHINGMETHOD_CUBICSPLINE |
static int |
SMOOTHINGMETHOD_LINEAR |
static int |
SMOOTHINGMETHOD_NONE |
Constructor and Description |
---|
ColorControlPointList() |
ColorControlPointList(ColorControlPointList obj) |
ColorControlPointList(int nMoreFields) |
Modifier and Type | Method and Description |
---|---|
void |
AddControlPoints(ColorControlPoint obj) |
void |
ClearControlPoints() |
boolean |
equals(ColorControlPointList obj) |
boolean |
GetBuiltIn() |
java.util.Vector |
GetControlPoints() |
ColorControlPoint |
GetControlPoints(int i) |
boolean |
GetDiscreteFlag() |
boolean |
GetEqualSpacingFlag() |
boolean |
GetExternalFlag() |
int |
GetNumAdditionalAttributes()
Returns the number of attributes added in this level of the state object.
|
int |
GetNumControlPoints() |
int |
GetSmoothing() |
boolean |
GetTagChangesMade() |
java.util.Vector |
GetTagNames() |
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 |
RemoveControlPoints(int index) |
void |
SetBuiltIn(boolean builtIn_) |
void |
SetDiscreteFlag(boolean discreteFlag_) |
void |
SetEqualSpacingFlag(boolean equalSpacingFlag_) |
void |
SetExternalFlag(boolean externalFlag_) |
void |
SetSmoothing(int smoothing_) |
void |
SetTagChangesMade(boolean tagChangesMade_) |
void |
SetTagNames(java.util.Vector tagNames_) |
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 SMOOTHINGMETHOD_NONE
public static final int SMOOTHINGMETHOD_LINEAR
public static final int SMOOTHINGMETHOD_CUBICSPLINE
public ColorControlPointList()
public ColorControlPointList(int nMoreFields)
public ColorControlPointList(ColorControlPointList obj)
public int Offset()
AttributeSubject
Offset
in class AttributeSubject
public int GetNumAdditionalAttributes()
AttributeSubject
GetNumAdditionalAttributes
in class AttributeSubject
public boolean equals(ColorControlPointList obj)
public void SetSmoothing(int smoothing_)
public void SetEqualSpacingFlag(boolean equalSpacingFlag_)
public void SetDiscreteFlag(boolean discreteFlag_)
public void SetExternalFlag(boolean externalFlag_)
public void SetTagNames(java.util.Vector tagNames_)
public void SetTagChangesMade(boolean tagChangesMade_)
public void SetBuiltIn(boolean builtIn_)
public java.util.Vector GetControlPoints()
public int GetSmoothing()
public boolean GetEqualSpacingFlag()
public boolean GetDiscreteFlag()
public boolean GetExternalFlag()
public java.util.Vector GetTagNames()
public boolean GetTagChangesMade()
public boolean GetBuiltIn()
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
public void AddControlPoints(ColorControlPoint obj)
public void ClearControlPoints()
public void RemoveControlPoints(int index)
public int GetNumControlPoints()
public ColorControlPoint GetControlPoints(int i)