llnl.visit
Class AnnotationAttributes
java.lang.Object
llnl.visit.AttributeSubject
llnl.visit.AnnotationAttributes
public class AnnotationAttributes
- extends AttributeSubject
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 |
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
AnnotationAttributes
public AnnotationAttributes()
AnnotationAttributes
public AnnotationAttributes(int nMoreFields)
AnnotationAttributes
public AnnotationAttributes(AnnotationAttributes obj)
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