public class WindowAttributes extends AttributeSubject
Constructor and Description |
---|
WindowAttributes() |
WindowAttributes(int nMoreFields) |
WindowAttributes(WindowAttributes obj) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(WindowAttributes obj) |
byte[] |
GetBackground() |
java.lang.String |
GetBackgroundImage() |
int |
GetBackgroundMode() |
ColorTableAttributes |
GetColorTables() |
byte[] |
GetForeground() |
double[] |
GetGradBG1() |
double[] |
GetGradBG2() |
int |
GetGradientBackgroundStyle() |
int |
GetImageRepeatX() |
int |
GetImageRepeatY() |
LightList |
GetLights() |
int |
GetNumAdditionalAttributes()
Returns the number of attributes added in this level of the state object.
|
RenderingAttributes |
GetRenderAtts() |
int[] |
GetSize() |
View2DAttributes |
GetView2D() |
View3DAttributes |
GetView3D() |
ViewAxisArrayAttributes |
GetViewAxisArray() |
ViewCurveAttributes |
GetViewCurve() |
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 |
SetBackground(byte[] background_) |
void |
SetBackground(byte e0,
byte e1,
byte e2) |
void |
SetBackgroundImage(java.lang.String backgroundImage_) |
void |
SetBackgroundMode(int backgroundMode_) |
void |
SetColorTables(ColorTableAttributes colorTables_) |
void |
SetForeground(byte[] foreground_) |
void |
SetForeground(byte e0,
byte e1,
byte e2) |
void |
SetGradBG1(double[] gradBG1_) |
void |
SetGradBG1(double e0,
double e1,
double e2) |
void |
SetGradBG2(double[] gradBG2_) |
void |
SetGradBG2(double e0,
double e1,
double e2) |
void |
SetGradientBackgroundStyle(int gradientBackgroundStyle_) |
void |
SetImageRepeatX(int imageRepeatX_) |
void |
SetImageRepeatY(int imageRepeatY_) |
void |
SetLights(LightList lights_) |
void |
SetRenderAtts(RenderingAttributes renderAtts_) |
void |
SetSize(int[] size_) |
void |
SetSize(int e0,
int e1) |
void |
SetView2D(View2DAttributes view2D_) |
void |
SetView3D(View3DAttributes view3D_) |
void |
SetViewAxisArray(ViewAxisArrayAttributes viewAxisArray_) |
void |
SetViewCurve(ViewCurveAttributes viewCurve_) |
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 WindowAttributes()
public WindowAttributes(int nMoreFields)
public WindowAttributes(WindowAttributes obj)
public int Offset()
AttributeSubject
Offset
in class AttributeSubject
public int GetNumAdditionalAttributes()
AttributeSubject
GetNumAdditionalAttributes
in class AttributeSubject
public boolean equals(WindowAttributes obj)
public void SetViewCurve(ViewCurveAttributes viewCurve_)
public void SetView2D(View2DAttributes view2D_)
public void SetView3D(View3DAttributes view3D_)
public void SetViewAxisArray(ViewAxisArrayAttributes viewAxisArray_)
public void SetLights(LightList lights_)
public void SetRenderAtts(RenderingAttributes renderAtts_)
public void SetColorTables(ColorTableAttributes colorTables_)
public void SetSize(int[] size_)
public void SetSize(int e0, int e1)
public void SetBackground(byte[] background_)
public void SetBackground(byte e0, byte e1, byte e2)
public void SetForeground(byte[] foreground_)
public void SetForeground(byte e0, byte e1, byte e2)
public void SetBackgroundMode(int backgroundMode_)
public void SetGradBG1(double[] gradBG1_)
public void SetGradBG1(double e0, double e1, double e2)
public void SetGradBG2(double[] gradBG2_)
public void SetGradBG2(double e0, double e1, double e2)
public void SetGradientBackgroundStyle(int gradientBackgroundStyle_)
public void SetBackgroundImage(java.lang.String backgroundImage_)
public void SetImageRepeatX(int imageRepeatX_)
public void SetImageRepeatY(int imageRepeatY_)
public ViewCurveAttributes GetViewCurve()
public View2DAttributes GetView2D()
public View3DAttributes GetView3D()
public ViewAxisArrayAttributes GetViewAxisArray()
public LightList GetLights()
public RenderingAttributes GetRenderAtts()
public ColorTableAttributes GetColorTables()
public int[] GetSize()
public byte[] GetBackground()
public byte[] GetForeground()
public int GetBackgroundMode()
public double[] GetGradBG1()
public double[] GetGradBG2()
public int GetGradientBackgroundStyle()
public java.lang.String GetBackgroundImage()
public int GetImageRepeatX()
public int GetImageRepeatY()
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