public class View3DAttributes extends AttributeSubject
| Constructor and Description |
|---|
View3DAttributes() |
View3DAttributes(int nMoreFields) |
View3DAttributes(View3DAttributes obj) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(View3DAttributes obj) |
boolean |
GetAxis3DScaleFlag() |
double[] |
GetAxis3DScales() |
double[] |
GetCenterOfRotation() |
boolean |
GetCenterOfRotationSet() |
double |
GetEyeAngle() |
double |
GetFarPlane() |
double[] |
GetFocus() |
double[] |
GetImagePan() |
double |
GetImageZoom() |
double |
GetNearPlane() |
int |
GetNumAdditionalAttributes()
Returns the number of attributes added in this level of the state object.
|
double |
GetParallelScale() |
boolean |
GetPerspective() |
double[] |
GetShear() |
double |
GetViewAngle() |
double[] |
GetViewNormal() |
double[] |
GetViewUp() |
boolean |
GetWindowValid() |
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 |
SetAxis3DScaleFlag(boolean axis3DScaleFlag_) |
void |
SetAxis3DScales(double[] axis3DScales_) |
void |
SetAxis3DScales(double e0,
double e1,
double e2) |
void |
SetCenterOfRotation(double[] centerOfRotation_) |
void |
SetCenterOfRotation(double e0,
double e1,
double e2) |
void |
SetCenterOfRotationSet(boolean centerOfRotationSet_) |
void |
SetEyeAngle(double eyeAngle_) |
void |
SetFarPlane(double farPlane_) |
void |
SetFocus(double[] focus_) |
void |
SetFocus(double e0,
double e1,
double e2) |
void |
SetImagePan(double[] imagePan_) |
void |
SetImagePan(double e0,
double e1) |
void |
SetImageZoom(double imageZoom_) |
void |
SetNearPlane(double nearPlane_) |
void |
SetParallelScale(double parallelScale_) |
void |
SetPerspective(boolean perspective_) |
void |
SetShear(double[] shear_) |
void |
SetShear(double e0,
double e1,
double e2) |
void |
SetViewAngle(double viewAngle_) |
void |
SetViewNormal(double[] viewNormal_) |
void |
SetViewNormal(double e0,
double e1,
double e2) |
void |
SetViewUp(double[] viewUp_) |
void |
SetViewUp(double e0,
double e1,
double e2) |
void |
SetWindowValid(boolean windowValid_) |
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 View3DAttributes()
public View3DAttributes(int nMoreFields)
public View3DAttributes(View3DAttributes obj)
public int Offset()
AttributeSubjectOffset in class AttributeSubjectpublic int GetNumAdditionalAttributes()
AttributeSubjectGetNumAdditionalAttributes in class AttributeSubjectpublic boolean equals(View3DAttributes obj)
public void SetViewNormal(double[] viewNormal_)
public void SetViewNormal(double e0,
double e1,
double e2)
public void SetFocus(double[] focus_)
public void SetFocus(double e0,
double e1,
double e2)
public void SetViewUp(double[] viewUp_)
public void SetViewUp(double e0,
double e1,
double e2)
public void SetViewAngle(double viewAngle_)
public void SetParallelScale(double parallelScale_)
public void SetNearPlane(double nearPlane_)
public void SetFarPlane(double farPlane_)
public void SetImagePan(double[] imagePan_)
public void SetImagePan(double e0,
double e1)
public void SetImageZoom(double imageZoom_)
public void SetPerspective(boolean perspective_)
public void SetEyeAngle(double eyeAngle_)
public void SetCenterOfRotationSet(boolean centerOfRotationSet_)
public void SetCenterOfRotation(double[] centerOfRotation_)
public void SetCenterOfRotation(double e0,
double e1,
double e2)
public void SetAxis3DScaleFlag(boolean axis3DScaleFlag_)
public void SetAxis3DScales(double[] axis3DScales_)
public void SetAxis3DScales(double e0,
double e1,
double e2)
public void SetShear(double[] shear_)
public void SetShear(double e0,
double e1,
double e2)
public void SetWindowValid(boolean windowValid_)
public double[] GetViewNormal()
public double[] GetFocus()
public double[] GetViewUp()
public double GetViewAngle()
public double GetParallelScale()
public double GetNearPlane()
public double GetFarPlane()
public double[] GetImagePan()
public double GetImageZoom()
public boolean GetPerspective()
public double GetEyeAngle()
public boolean GetCenterOfRotationSet()
public double[] GetCenterOfRotation()
public boolean GetAxis3DScaleFlag()
public double[] GetAxis3DScales()
public double[] GetShear()
public boolean GetWindowValid()
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