llnl.visit
Class AnnotationAttributes

java.lang.Object
  extended by llnl.visit.AttributeSubject
      extended by llnl.visit.AnnotationAttributes

public class AnnotationAttributes
extends AttributeSubject


Field Summary
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 Summary
AnnotationAttributes()
           
AnnotationAttributes(AnnotationAttributes obj)
           
AnnotationAttributes(int nMoreFields)
           
 
Method Summary
 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.
 
Methods inherited from class llnl.visit.AttributeSubject
Attach, boolToString, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

GRADIENTSTYLE_TOPTOBOTTOM

public static final int GRADIENTSTYLE_TOPTOBOTTOM
See Also:
Constant Field Values

GRADIENTSTYLE_BOTTOMTOTOP

public static final int GRADIENTSTYLE_BOTTOMTOTOP
See Also:
Constant Field Values

GRADIENTSTYLE_LEFTTORIGHT

public static final int GRADIENTSTYLE_LEFTTORIGHT
See Also:
Constant Field Values

GRADIENTSTYLE_RIGHTTOLEFT

public static final int GRADIENTSTYLE_RIGHTTOLEFT
See Also:
Constant Field Values

GRADIENTSTYLE_RADIAL

public static final int GRADIENTSTYLE_RADIAL
See Also:
Constant Field Values

BACKGROUNDMODE_SOLID

public static final int BACKGROUNDMODE_SOLID
See Also:
Constant Field Values

BACKGROUNDMODE_GRADIENT

public static final int BACKGROUNDMODE_GRADIENT
See Also:
Constant Field Values

BACKGROUNDMODE_IMAGE

public static final int BACKGROUNDMODE_IMAGE
See Also:
Constant Field Values

BACKGROUNDMODE_IMAGESPHERE

public static final int BACKGROUNDMODE_IMAGESPHERE
See Also:
Constant Field Values

PATHEXPANSIONMODE_FILE

public static final int PATHEXPANSIONMODE_FILE
See Also:
Constant Field Values

PATHEXPANSIONMODE_DIRECTORY

public static final int PATHEXPANSIONMODE_DIRECTORY
See Also:
Constant Field Values

PATHEXPANSIONMODE_FULL

public static final int PATHEXPANSIONMODE_FULL
See Also:
Constant Field Values

PATHEXPANSIONMODE_SMART

public static final int PATHEXPANSIONMODE_SMART
See Also:
Constant Field Values

PATHEXPANSIONMODE_SMARTDIRECTORY

public static final int PATHEXPANSIONMODE_SMARTDIRECTORY
See Also:
Constant Field Values
Constructor Detail

AnnotationAttributes

public AnnotationAttributes()

AnnotationAttributes

public AnnotationAttributes(int nMoreFields)

AnnotationAttributes

public AnnotationAttributes(AnnotationAttributes obj)
Method Detail

Offset

public int Offset()
Description copied from class: AttributeSubject
Returns the offset into the selected table where this state object's fields begin.

Overrides:
Offset in class AttributeSubject
Returns:
An offset into the selected table.

GetNumAdditionalAttributes

public int GetNumAdditionalAttributes()
Description copied from class: AttributeSubject
Returns the number of attributes added in this level of the state object.

Overrides:
GetNumAdditionalAttributes in class AttributeSubject
Returns:
The number of attributes added in this level of the state object.

equals

public boolean equals(AnnotationAttributes obj)

SetAxes2D

public void SetAxes2D(Axes2D axes2D_)

SetAxes3D

public void SetAxes3D(Axes3D axes3D_)

SetUserInfoFlag

public void SetUserInfoFlag(boolean userInfoFlag_)

SetUserInfoFont

public void SetUserInfoFont(FontAttributes userInfoFont_)

SetDatabaseInfoFlag

public void SetDatabaseInfoFlag(boolean databaseInfoFlag_)

SetTimeInfoFlag

public void SetTimeInfoFlag(boolean timeInfoFlag_)

SetDatabaseInfoFont

public void SetDatabaseInfoFont(FontAttributes databaseInfoFont_)

SetDatabaseInfoExpansionMode

public void SetDatabaseInfoExpansionMode(int databaseInfoExpansionMode_)

SetDatabaseInfoTimeScale

public void SetDatabaseInfoTimeScale(double databaseInfoTimeScale_)

SetDatabaseInfoTimeOffset

public void SetDatabaseInfoTimeOffset(double databaseInfoTimeOffset_)

SetLegendInfoFlag

public void SetLegendInfoFlag(boolean legendInfoFlag_)

SetBackgroundColor

public void SetBackgroundColor(ColorAttribute backgroundColor_)

SetForegroundColor

public void SetForegroundColor(ColorAttribute foregroundColor_)

SetGradientBackgroundStyle

public void SetGradientBackgroundStyle(int gradientBackgroundStyle_)

SetGradientColor1

public void SetGradientColor1(ColorAttribute gradientColor1_)

SetGradientColor2

public void SetGradientColor2(ColorAttribute gradientColor2_)

SetBackgroundMode

public void SetBackgroundMode(int backgroundMode_)

SetBackgroundImage

public void SetBackgroundImage(java.lang.String backgroundImage_)

SetImageRepeatX

public void SetImageRepeatX(int imageRepeatX_)

SetImageRepeatY

public void SetImageRepeatY(int imageRepeatY_)

SetAxesArray

public void SetAxesArray(AxesArray axesArray_)

GetAxes2D

public Axes2D GetAxes2D()

GetAxes3D

public Axes3D GetAxes3D()

GetUserInfoFlag

public boolean GetUserInfoFlag()

GetUserInfoFont

public FontAttributes GetUserInfoFont()

GetDatabaseInfoFlag

public boolean GetDatabaseInfoFlag()

GetTimeInfoFlag

public boolean GetTimeInfoFlag()

GetDatabaseInfoFont

public FontAttributes GetDatabaseInfoFont()

GetDatabaseInfoExpansionMode

public int GetDatabaseInfoExpansionMode()

GetDatabaseInfoTimeScale

public double GetDatabaseInfoTimeScale()

GetDatabaseInfoTimeOffset

public double GetDatabaseInfoTimeOffset()

GetLegendInfoFlag

public boolean GetLegendInfoFlag()

GetBackgroundColor

public ColorAttribute GetBackgroundColor()

GetForegroundColor

public ColorAttribute GetForegroundColor()

GetGradientBackgroundStyle

public int GetGradientBackgroundStyle()

GetGradientColor1

public ColorAttribute GetGradientColor1()

GetGradientColor2

public ColorAttribute GetGradientColor2()

GetBackgroundMode

public int GetBackgroundMode()

GetBackgroundImage

public java.lang.String GetBackgroundImage()

GetImageRepeatX

public int GetImageRepeatX()

GetImageRepeatY

public int GetImageRepeatY()

GetAxesArray

public AxesArray GetAxesArray()

WriteAtts

public void WriteAtts(CommunicationBuffer buf)
Description copied from class: AttributeSubject
Writes the selected fields of the object to the buffer.

Overrides:
WriteAtts in class AttributeSubject
Parameters:
buf - The communication buffer to which the object will be written.

ReadAtts

public void ReadAtts(int index,
                     CommunicationBuffer buf)
Description copied from class: AttributeSubject
Reads the specified index's data from the buffer into the object.

Specified by:
ReadAtts in class AttributeSubject
buf - The communication buffer to from which the object will be read.

toString

public java.lang.String toString(java.lang.String indent)
Overrides:
toString in class AttributeSubject