public class Axes3D extends AttributeSubject
Modifier and Type | Field and Description |
---|---|
static int |
AXES_CLOSESTTRIAD |
static int |
AXES_FURTHESTTRIAD |
static int |
AXES_OUTSIDEEDGES |
static int |
AXES_STATICEDGES |
static int |
AXES_STATICTRIAD |
static int |
LOCATION_BOTH |
static int |
LOCATION_INSIDE |
static int |
LOCATION_OUTSIDE |
Constructor and Description |
---|
Axes3D() |
Axes3D(Axes3D obj) |
Axes3D(int nMoreFields) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Axes3D obj) |
boolean |
GetAutoSetScaling() |
boolean |
GetAutoSetTicks() |
int |
GetAxesType() |
boolean |
GetBboxFlag() |
double[] |
GetBboxLocation() |
int |
GetLineWidth() |
int |
GetNumAdditionalAttributes()
Returns the number of attributes added in this level of the state object.
|
boolean |
GetSetBBoxLocation() |
int |
GetTickLocation() |
boolean |
GetTriadBold() |
int[] |
GetTriadColor() |
boolean |
GetTriadFlag() |
int |
GetTriadFont() |
boolean |
GetTriadItalic() |
float |
GetTriadLineWidth() |
boolean |
GetTriadSetManually() |
boolean |
GetVisible() |
AxisAttributes |
GetXAxis() |
AxisAttributes |
GetYAxis() |
AxisAttributes |
GetZAxis() |
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 |
SetAxesType(int axesType_) |
void |
SetBboxFlag(boolean bboxFlag_) |
void |
SetBboxLocation(double[] bboxLocation_) |
void |
SetLineWidth(int lineWidth_) |
void |
SetSetBBoxLocation(boolean setBBoxLocation_) |
void |
SetTickLocation(int tickLocation_) |
void |
SetTriadBold(boolean triadBold_) |
void |
SetTriadColor(int[] triadColor_) |
void |
SetTriadColor(int e0,
int e1,
int e2) |
void |
SetTriadFlag(boolean triadFlag_) |
void |
SetTriadFont(int triadFont_) |
void |
SetTriadItalic(boolean triadItalic_) |
void |
SetTriadLineWidth(float triadLineWidth_) |
void |
SetTriadSetManually(boolean triadSetManually_) |
void |
SetVisible(boolean visible_) |
void |
SetXAxis(AxisAttributes xAxis_) |
void |
SetYAxis(AxisAttributes yAxis_) |
void |
SetZAxis(AxisAttributes zAxis_) |
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 AXES_CLOSESTTRIAD
public static final int AXES_FURTHESTTRIAD
public static final int AXES_OUTSIDEEDGES
public static final int AXES_STATICTRIAD
public static final int AXES_STATICEDGES
public static final int LOCATION_INSIDE
public static final int LOCATION_OUTSIDE
public static final int LOCATION_BOTH
public Axes3D()
public Axes3D(int nMoreFields)
public Axes3D(Axes3D obj)
public int Offset()
AttributeSubject
Offset
in class AttributeSubject
public int GetNumAdditionalAttributes()
AttributeSubject
GetNumAdditionalAttributes
in class AttributeSubject
public boolean equals(Axes3D 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 SetAxesType(int axesType_)
public void SetTriadFlag(boolean triadFlag_)
public void SetBboxFlag(boolean bboxFlag_)
public void SetXAxis(AxisAttributes xAxis_)
public void SetYAxis(AxisAttributes yAxis_)
public void SetZAxis(AxisAttributes zAxis_)
public void SetSetBBoxLocation(boolean setBBoxLocation_)
public void SetBboxLocation(double[] bboxLocation_)
public void SetTriadColor(int[] triadColor_)
public void SetTriadColor(int e0, int e1, int e2)
public void SetTriadLineWidth(float triadLineWidth_)
public void SetTriadFont(int triadFont_)
public void SetTriadBold(boolean triadBold_)
public void SetTriadItalic(boolean triadItalic_)
public void SetTriadSetManually(boolean triadSetManually_)
public boolean GetVisible()
public boolean GetAutoSetTicks()
public boolean GetAutoSetScaling()
public int GetLineWidth()
public int GetTickLocation()
public int GetAxesType()
public boolean GetTriadFlag()
public boolean GetBboxFlag()
public AxisAttributes GetXAxis()
public AxisAttributes GetYAxis()
public AxisAttributes GetZAxis()
public boolean GetSetBBoxLocation()
public double[] GetBboxLocation()
public int[] GetTriadColor()
public float GetTriadLineWidth()
public int GetTriadFont()
public boolean GetTriadBold()
public boolean GetTriadItalic()
public boolean GetTriadSetManually()
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