llnl.visit
Class MovieAttributes

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

public class MovieAttributes
extends AttributeSubject


Field Summary
static int GENERATIONMETHODENUM_LATER
           
static int GENERATIONMETHODENUM_NOWCURRENTINSTANCE
           
static int GENERATIONMETHODENUM_NOWNEWINSTANCE
           
static int MOVIETYPEENUM_SIMPLE
           
static int MOVIETYPEENUM_USINGTEMPLATE
           
 
Constructor Summary
MovieAttributes()
           
MovieAttributes(int nMoreFields)
           
MovieAttributes(MovieAttributes obj)
           
 
Method Summary
 boolean equals(MovieAttributes obj)
           
 java.lang.String GetEmailAddress()
           
 int GetEndIndex()
           
 java.util.Vector GetFileFormats()
           
 int GetFps()
           
 int GetGenerationMethod()
           
 java.util.Vector GetHeights()
           
 int GetInitialFrameValue()
           
 int GetMovieType()
           
 int GetNumAdditionalAttributes()
          Returns the number of attributes added in this level of the state object.
 java.lang.String GetOutputDirectory()
           
 java.lang.String GetOutputName()
           
 java.util.Vector GetScales()
           
 boolean GetSendEmailNotification()
           
 int GetStartIndex()
           
 java.util.Vector GetStereoFlags()
           
 int GetStride()
           
 java.lang.String GetTemplateFile()
           
 java.util.Vector GetUseCurrentSize()
           
 boolean GetUseScreenCapture()
           
 java.util.Vector GetWidths()
           
 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 SetEmailAddress(java.lang.String emailAddress_)
           
 void SetEndIndex(int endIndex_)
           
 void SetFileFormats(java.util.Vector fileFormats_)
           
 void SetFps(int fps_)
           
 void SetGenerationMethod(int generationMethod_)
           
 void SetHeights(java.util.Vector heights_)
           
 void SetInitialFrameValue(int initialFrameValue_)
           
 void SetMovieType(int movieType_)
           
 void SetOutputDirectory(java.lang.String outputDirectory_)
           
 void SetOutputName(java.lang.String outputName_)
           
 void SetScales(java.util.Vector scales_)
           
 void SetSendEmailNotification(boolean sendEmailNotification_)
           
 void SetStartIndex(int startIndex_)
           
 void SetStereoFlags(java.util.Vector stereoFlags_)
           
 void SetStride(int stride_)
           
 void SetTemplateFile(java.lang.String templateFile_)
           
 void SetUseCurrentSize(java.util.Vector useCurrentSize_)
           
 void SetUseScreenCapture(boolean useScreenCapture_)
           
 void SetWidths(java.util.Vector widths_)
           
 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

MOVIETYPEENUM_SIMPLE

public static final int MOVIETYPEENUM_SIMPLE
See Also:
Constant Field Values

MOVIETYPEENUM_USINGTEMPLATE

public static final int MOVIETYPEENUM_USINGTEMPLATE
See Also:
Constant Field Values

GENERATIONMETHODENUM_NOWCURRENTINSTANCE

public static final int GENERATIONMETHODENUM_NOWCURRENTINSTANCE
See Also:
Constant Field Values

GENERATIONMETHODENUM_NOWNEWINSTANCE

public static final int GENERATIONMETHODENUM_NOWNEWINSTANCE
See Also:
Constant Field Values

GENERATIONMETHODENUM_LATER

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

MovieAttributes

public MovieAttributes()

MovieAttributes

public MovieAttributes(int nMoreFields)

MovieAttributes

public MovieAttributes(MovieAttributes 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(MovieAttributes obj)

SetGenerationMethod

public void SetGenerationMethod(int generationMethod_)

SetMovieType

public void SetMovieType(int movieType_)

SetOutputDirectory

public void SetOutputDirectory(java.lang.String outputDirectory_)

SetOutputName

public void SetOutputName(java.lang.String outputName_)

SetFileFormats

public void SetFileFormats(java.util.Vector fileFormats_)

SetUseCurrentSize

public void SetUseCurrentSize(java.util.Vector useCurrentSize_)

SetWidths

public void SetWidths(java.util.Vector widths_)

SetHeights

public void SetHeights(java.util.Vector heights_)

SetScales

public void SetScales(java.util.Vector scales_)

SetStereoFlags

public void SetStereoFlags(java.util.Vector stereoFlags_)

SetTemplateFile

public void SetTemplateFile(java.lang.String templateFile_)

SetSendEmailNotification

public void SetSendEmailNotification(boolean sendEmailNotification_)

SetUseScreenCapture

public void SetUseScreenCapture(boolean useScreenCapture_)

SetEmailAddress

public void SetEmailAddress(java.lang.String emailAddress_)

SetFps

public void SetFps(int fps_)

SetStartIndex

public void SetStartIndex(int startIndex_)

SetEndIndex

public void SetEndIndex(int endIndex_)

SetStride

public void SetStride(int stride_)

SetInitialFrameValue

public void SetInitialFrameValue(int initialFrameValue_)

GetGenerationMethod

public int GetGenerationMethod()

GetMovieType

public int GetMovieType()

GetOutputDirectory

public java.lang.String GetOutputDirectory()

GetOutputName

public java.lang.String GetOutputName()

GetFileFormats

public java.util.Vector GetFileFormats()

GetUseCurrentSize

public java.util.Vector GetUseCurrentSize()

GetWidths

public java.util.Vector GetWidths()

GetHeights

public java.util.Vector GetHeights()

GetScales

public java.util.Vector GetScales()

GetStereoFlags

public java.util.Vector GetStereoFlags()

GetTemplateFile

public java.lang.String GetTemplateFile()

GetSendEmailNotification

public boolean GetSendEmailNotification()

GetUseScreenCapture

public boolean GetUseScreenCapture()

GetEmailAddress

public java.lang.String GetEmailAddress()

GetFps

public int GetFps()

GetStartIndex

public int GetStartIndex()

GetEndIndex

public int GetEndIndex()

GetStride

public int GetStride()

GetInitialFrameValue

public int GetInitialFrameValue()

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