public class AnnotationAttributes extends AttributeSubject
Modifier and Type | Field and Description |
---|---|
static int |
BACKGROUNDMODE_GRADIENT |
static int |
BACKGROUNDMODE_IMAGE |
static int |
BACKGROUNDMODE_IMAGESPHERE |
static int |
BACKGROUNDMODE_SOLID |
static int |
GRADIENTSTYLE_BOTTOMTOTOP |
static int |
GRADIENTSTYLE_LEFTTORIGHT |
static int |
GRADIENTSTYLE_RADIAL |
static int |
GRADIENTSTYLE_RIGHTTOLEFT |
static int |
GRADIENTSTYLE_TOPTOBOTTOM |
static int |
PATHEXPANSIONMODE_DIRECTORY |
static int |
PATHEXPANSIONMODE_FILE |
static int |
PATHEXPANSIONMODE_FULL |
static int |
PATHEXPANSIONMODE_SMART |
static int |
PATHEXPANSIONMODE_SMARTDIRECTORY |
Constructor and Description |
---|
AnnotationAttributes() |
AnnotationAttributes(AnnotationAttributes obj) |
AnnotationAttributes(int nMoreFields) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(AnnotationAttributes obj) |
Axes2D |
GetAxes2D() |
Axes3D |
GetAxes3D() |
AxesArray |
GetAxesArray() |
ColorAttribute |
GetBackgroundColor() |
java.lang.String |
GetBackgroundImage() |
int |
GetBackgroundMode() |
int |
GetDatabaseInfoExpansionMode() |
boolean |
GetDatabaseInfoFlag() |
FontAttributes |
GetDatabaseInfoFont() |
double |
GetDatabaseInfoTimeOffset() |
double |
GetDatabaseInfoTimeScale() |
ColorAttribute |
GetForegroundColor() |
int |
GetGradientBackgroundStyle() |
ColorAttribute |
GetGradientColor1() |
ColorAttribute |
GetGradientColor2() |
int |
GetImageRepeatX() |
int |
GetImageRepeatY() |
boolean |
GetLegendInfoFlag() |
int |
GetNumAdditionalAttributes()
Returns the number of attributes added in this level of the state object.
|
boolean |
GetTimeInfoFlag() |
boolean |
GetUserInfoFlag() |
FontAttributes |
GetUserInfoFont() |
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 |
SetAxes2D(Axes2D axes2D_) |
void |
SetAxes3D(Axes3D axes3D_) |
void |
SetAxesArray(AxesArray axesArray_) |
void |
SetBackgroundColor(ColorAttribute backgroundColor_) |
void |
SetBackgroundImage(java.lang.String backgroundImage_) |
void |
SetBackgroundMode(int backgroundMode_) |
void |
SetDatabaseInfoExpansionMode(int databaseInfoExpansionMode_) |
void |
SetDatabaseInfoFlag(boolean databaseInfoFlag_) |
void |
SetDatabaseInfoFont(FontAttributes databaseInfoFont_) |
void |
SetDatabaseInfoTimeOffset(double databaseInfoTimeOffset_) |
void |
SetDatabaseInfoTimeScale(double databaseInfoTimeScale_) |
void |
SetForegroundColor(ColorAttribute foregroundColor_) |
void |
SetGradientBackgroundStyle(int gradientBackgroundStyle_) |
void |
SetGradientColor1(ColorAttribute gradientColor1_) |
void |
SetGradientColor2(ColorAttribute gradientColor2_) |
void |
SetImageRepeatX(int imageRepeatX_) |
void |
SetImageRepeatY(int imageRepeatY_) |
void |
SetLegendInfoFlag(boolean legendInfoFlag_) |
void |
SetTimeInfoFlag(boolean timeInfoFlag_) |
void |
SetUserInfoFlag(boolean userInfoFlag_) |
void |
SetUserInfoFont(FontAttributes userInfoFont_) |
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 GRADIENTSTYLE_TOPTOBOTTOM
public static final int GRADIENTSTYLE_BOTTOMTOTOP
public static final int GRADIENTSTYLE_LEFTTORIGHT
public static final int GRADIENTSTYLE_RIGHTTOLEFT
public static final int GRADIENTSTYLE_RADIAL
public static final int BACKGROUNDMODE_SOLID
public static final int BACKGROUNDMODE_GRADIENT
public static final int BACKGROUNDMODE_IMAGE
public static final int BACKGROUNDMODE_IMAGESPHERE
public static final int PATHEXPANSIONMODE_FILE
public static final int PATHEXPANSIONMODE_DIRECTORY
public static final int PATHEXPANSIONMODE_FULL
public static final int PATHEXPANSIONMODE_SMART
public static final int PATHEXPANSIONMODE_SMARTDIRECTORY
public AnnotationAttributes()
public AnnotationAttributes(int nMoreFields)
public AnnotationAttributes(AnnotationAttributes obj)
public int Offset()
AttributeSubject
Offset
in class AttributeSubject
public int GetNumAdditionalAttributes()
AttributeSubject
GetNumAdditionalAttributes
in class AttributeSubject
public boolean equals(AnnotationAttributes obj)
public void SetAxes2D(Axes2D axes2D_)
public void SetAxes3D(Axes3D axes3D_)
public void SetUserInfoFlag(boolean userInfoFlag_)
public void SetUserInfoFont(FontAttributes userInfoFont_)
public void SetDatabaseInfoFlag(boolean databaseInfoFlag_)
public void SetTimeInfoFlag(boolean timeInfoFlag_)
public void SetDatabaseInfoFont(FontAttributes databaseInfoFont_)
public void SetDatabaseInfoExpansionMode(int databaseInfoExpansionMode_)
public void SetDatabaseInfoTimeScale(double databaseInfoTimeScale_)
public void SetDatabaseInfoTimeOffset(double databaseInfoTimeOffset_)
public void SetLegendInfoFlag(boolean legendInfoFlag_)
public void SetBackgroundColor(ColorAttribute backgroundColor_)
public void SetForegroundColor(ColorAttribute foregroundColor_)
public void SetGradientBackgroundStyle(int gradientBackgroundStyle_)
public void SetGradientColor1(ColorAttribute gradientColor1_)
public void SetGradientColor2(ColorAttribute gradientColor2_)
public void SetBackgroundMode(int backgroundMode_)
public void SetBackgroundImage(java.lang.String backgroundImage_)
public void SetImageRepeatX(int imageRepeatX_)
public void SetImageRepeatY(int imageRepeatY_)
public void SetAxesArray(AxesArray axesArray_)
public Axes2D GetAxes2D()
public Axes3D GetAxes3D()
public boolean GetUserInfoFlag()
public FontAttributes GetUserInfoFont()
public boolean GetDatabaseInfoFlag()
public boolean GetTimeInfoFlag()
public FontAttributes GetDatabaseInfoFont()
public int GetDatabaseInfoExpansionMode()
public double GetDatabaseInfoTimeScale()
public double GetDatabaseInfoTimeOffset()
public boolean GetLegendInfoFlag()
public ColorAttribute GetBackgroundColor()
public ColorAttribute GetForegroundColor()
public int GetGradientBackgroundStyle()
public ColorAttribute GetGradientColor1()
public ColorAttribute GetGradientColor2()
public int GetBackgroundMode()
public java.lang.String GetBackgroundImage()
public int GetImageRepeatX()
public int GetImageRepeatY()
public AxesArray GetAxesArray()
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