public class ViewerClientAttributes extends AttributeSubject
Modifier and Type | Field and Description |
---|---|
static int |
RENDERTYPE_DATA |
static int |
RENDERTYPE_IMAGE |
static int |
RENDERTYPE_NONE |
Constructor and Description |
---|
ViewerClientAttributes() |
ViewerClientAttributes(int nMoreFields) |
ViewerClientAttributes(ViewerClientAttributes obj) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(ViewerClientAttributes obj) |
boolean |
GetExternalClient() |
int |
GetId() |
int |
GetImageHeight() |
double |
GetImageResolutionPcnt() |
int |
GetImageWidth() |
int |
GetNumAdditionalAttributes()
Returns the number of attributes added in this level of the state object.
|
int |
GetRenderingType() |
java.util.Vector |
GetRenderingTypes() |
java.lang.String |
GetTitle() |
java.util.Vector |
GetWindowIds() |
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 |
SetExternalClient(boolean externalClient_) |
void |
SetId(int id_) |
void |
SetImageHeight(int imageHeight_) |
void |
SetImageResolutionPcnt(double imageResolutionPcnt_) |
void |
SetImageWidth(int imageWidth_) |
void |
SetRenderingType(int renderingType_) |
void |
SetRenderingTypes(java.util.Vector renderingTypes_) |
void |
SetTitle(java.lang.String title_) |
void |
SetWindowIds(java.util.Vector windowIds_) |
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 RENDERTYPE_NONE
public static final int RENDERTYPE_IMAGE
public static final int RENDERTYPE_DATA
public ViewerClientAttributes()
public ViewerClientAttributes(int nMoreFields)
public ViewerClientAttributes(ViewerClientAttributes obj)
public int Offset()
AttributeSubject
Offset
in class AttributeSubject
public int GetNumAdditionalAttributes()
AttributeSubject
GetNumAdditionalAttributes
in class AttributeSubject
public boolean equals(ViewerClientAttributes obj)
public void SetRenderingType(int renderingType_)
public void SetId(int id_)
public void SetTitle(java.lang.String title_)
public void SetWindowIds(java.util.Vector windowIds_)
public void SetImageWidth(int imageWidth_)
public void SetImageHeight(int imageHeight_)
public void SetImageResolutionPcnt(double imageResolutionPcnt_)
public void SetExternalClient(boolean externalClient_)
public void SetRenderingTypes(java.util.Vector renderingTypes_)
public int GetRenderingType()
public int GetId()
public java.lang.String GetTitle()
public java.util.Vector GetWindowIds()
public int GetImageWidth()
public int GetImageHeight()
public double GetImageResolutionPcnt()
public boolean GetExternalClient()
public java.util.Vector GetRenderingTypes()
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