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