public class VisualCueInfo extends AttributeSubject
| Modifier and Type | Field and Description |
|---|---|
static int |
CUETYPE_PICKPOINT |
static int |
CUETYPE_REFLINE |
static int |
CUETYPE_UNKNOWN |
| Constructor and Description |
|---|
VisualCueInfo() |
VisualCueInfo(int nMoreFields) |
VisualCueInfo(VisualCueInfo obj) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(VisualCueInfo obj) |
ColorAttribute |
GetColor() |
int |
GetCueType() |
java.lang.String |
GetGlyphType() |
float[] |
GetHighlightColor() |
java.lang.String |
GetLabel() |
int |
GetLineWidth() |
int |
GetNumAdditionalAttributes()
Returns the number of attributes added in this level of the state object.
|
double |
GetOpacity() |
java.util.Vector |
GetPoints() |
boolean |
GetShowHighlight() |
boolean |
GetShowLabel() |
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 |
SetColor(ColorAttribute color_) |
void |
SetCueType(int cueType_) |
void |
SetGlyphType(java.lang.String glyphType_) |
void |
SetHighlightColor(float[] highlightColor_) |
void |
SetHighlightColor(float e0,
float e1,
float e2) |
void |
SetLabel(java.lang.String label_) |
void |
SetLineWidth(int lineWidth_) |
void |
SetOpacity(double opacity_) |
void |
SetPoints(java.util.Vector points_) |
void |
SetShowHighlight(boolean showHighlight_) |
void |
SetShowLabel(boolean showLabel_) |
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, WriteSelectpublic static final int CUETYPE_PICKPOINT
public static final int CUETYPE_REFLINE
public static final int CUETYPE_UNKNOWN
public VisualCueInfo()
public VisualCueInfo(int nMoreFields)
public VisualCueInfo(VisualCueInfo obj)
public int Offset()
AttributeSubjectOffset in class AttributeSubjectpublic int GetNumAdditionalAttributes()
AttributeSubjectGetNumAdditionalAttributes in class AttributeSubjectpublic boolean equals(VisualCueInfo obj)
public void SetPoints(java.util.Vector points_)
public void SetCueType(int cueType_)
public void SetColor(ColorAttribute color_)
public void SetGlyphType(java.lang.String glyphType_)
public void SetLabel(java.lang.String label_)
public void SetShowLabel(boolean showLabel_)
public void SetLineWidth(int lineWidth_)
public void SetOpacity(double opacity_)
public void SetHighlightColor(float[] highlightColor_)
public void SetHighlightColor(float e0,
float e1,
float e2)
public void SetShowHighlight(boolean showHighlight_)
public java.util.Vector GetPoints()
public int GetCueType()
public ColorAttribute GetColor()
public java.lang.String GetGlyphType()
public java.lang.String GetLabel()
public boolean GetShowLabel()
public int GetLineWidth()
public double GetOpacity()
public float[] GetHighlightColor()
public boolean GetShowHighlight()
public void WriteAtts(CommunicationBuffer buf)
AttributeSubjectWriteAtts in class AttributeSubjectbuf - The communication buffer to which the object will be written.public void ReadAtts(int index,
CommunicationBuffer buf)
AttributeSubjectReadAtts in class AttributeSubjectbuf - The communication buffer to from which the object will be read.public java.lang.String toString(java.lang.String indent)
toString in class AttributeSubject