public class GlobalLineoutAttributes extends AttributeSubject
Modifier and Type | Field and Description |
---|---|
static int |
COLOROPTIONS_CREATECOLOR |
static int |
COLOROPTIONS_REPEATCOLOR |
static int |
CURVEOPTIONS_CREATECURVE |
static int |
CURVEOPTIONS_UPDATECURVE |
Constructor and Description |
---|
GlobalLineoutAttributes() |
GlobalLineoutAttributes(GlobalLineoutAttributes obj) |
GlobalLineoutAttributes(int nMoreFields) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(GlobalLineoutAttributes obj) |
int |
GetColorOption() |
boolean |
GetCreateReflineLabels() |
boolean |
GetCreateWindow() |
int |
GetCurveOption() |
boolean |
GetDynamic() |
boolean |
GetFreezeInTime() |
int |
GetNumAdditionalAttributes()
Returns the number of attributes added in this level of the state object.
|
int |
GetNumSamples() |
boolean |
GetSamplingOn() |
int |
GetWindowId() |
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 |
SetColorOption(int colorOption_) |
void |
SetCreateReflineLabels(boolean createReflineLabels_) |
void |
SetCreateWindow(boolean createWindow_) |
void |
SetCurveOption(int curveOption_) |
void |
SetDynamic(boolean Dynamic_) |
void |
SetFreezeInTime(boolean freezeInTime_) |
void |
SetNumSamples(int numSamples_) |
void |
SetSamplingOn(boolean samplingOn_) |
void |
SetWindowId(int windowId_) |
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 CURVEOPTIONS_UPDATECURVE
public static final int CURVEOPTIONS_CREATECURVE
public static final int COLOROPTIONS_REPEATCOLOR
public static final int COLOROPTIONS_CREATECOLOR
public GlobalLineoutAttributes()
public GlobalLineoutAttributes(int nMoreFields)
public GlobalLineoutAttributes(GlobalLineoutAttributes obj)
public int Offset()
AttributeSubject
Offset
in class AttributeSubject
public int GetNumAdditionalAttributes()
AttributeSubject
GetNumAdditionalAttributes
in class AttributeSubject
public boolean equals(GlobalLineoutAttributes obj)
public void SetDynamic(boolean Dynamic_)
public void SetCreateWindow(boolean createWindow_)
public void SetWindowId(int windowId_)
public void SetSamplingOn(boolean samplingOn_)
public void SetNumSamples(int numSamples_)
public void SetCreateReflineLabels(boolean createReflineLabels_)
public void SetCurveOption(int curveOption_)
public void SetColorOption(int colorOption_)
public void SetFreezeInTime(boolean freezeInTime_)
public boolean GetDynamic()
public boolean GetCreateWindow()
public int GetWindowId()
public boolean GetSamplingOn()
public int GetNumSamples()
public boolean GetCreateReflineLabels()
public int GetCurveOption()
public int GetColorOption()
public boolean GetFreezeInTime()
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