public class Axes2D extends AttributeSubject
| Modifier and Type | Field and Description |
|---|---|
static int |
LOCATION_BOTH |
static int |
LOCATION_INSIDE |
static int |
LOCATION_OUTSIDE |
static int |
TICKS_ALL |
static int |
TICKS_BOTTOM |
static int |
TICKS_BOTTOMLEFT |
static int |
TICKS_LEFT |
static int |
TICKS_OFF |
| Constructor and Description |
|---|
Axes2D() |
Axes2D(Axes2D obj) |
Axes2D(int nMoreFields) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Axes2D obj) |
boolean |
GetAutoSetScaling() |
boolean |
GetAutoSetTicks() |
int |
GetLineWidth() |
int |
GetNumAdditionalAttributes()
Returns the number of attributes added in this level of the state object.
|
int |
GetTickAxes() |
int |
GetTickLocation() |
boolean |
GetVisible() |
AxisAttributes |
GetXAxis() |
AxisAttributes |
GetYAxis() |
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 |
SetAutoSetScaling(boolean autoSetScaling_) |
void |
SetAutoSetTicks(boolean autoSetTicks_) |
void |
SetLineWidth(int lineWidth_) |
void |
SetTickAxes(int tickAxes_) |
void |
SetTickLocation(int tickLocation_) |
void |
SetVisible(boolean visible_) |
void |
SetXAxis(AxisAttributes xAxis_) |
void |
SetYAxis(AxisAttributes yAxis_) |
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 TICKS_OFF
public static final int TICKS_BOTTOM
public static final int TICKS_LEFT
public static final int TICKS_BOTTOMLEFT
public static final int TICKS_ALL
public static final int LOCATION_INSIDE
public static final int LOCATION_OUTSIDE
public static final int LOCATION_BOTH
public Axes2D()
public Axes2D(int nMoreFields)
public Axes2D(Axes2D obj)
public int Offset()
AttributeSubjectOffset in class AttributeSubjectpublic int GetNumAdditionalAttributes()
AttributeSubjectGetNumAdditionalAttributes in class AttributeSubjectpublic boolean equals(Axes2D obj)
public void SetVisible(boolean visible_)
public void SetAutoSetTicks(boolean autoSetTicks_)
public void SetAutoSetScaling(boolean autoSetScaling_)
public void SetLineWidth(int lineWidth_)
public void SetTickLocation(int tickLocation_)
public void SetTickAxes(int tickAxes_)
public void SetXAxis(AxisAttributes xAxis_)
public void SetYAxis(AxisAttributes yAxis_)
public boolean GetVisible()
public boolean GetAutoSetTicks()
public boolean GetAutoSetScaling()
public int GetLineWidth()
public int GetTickLocation()
public int GetTickAxes()
public AxisAttributes GetXAxis()
public AxisAttributes GetYAxis()
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