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