All Packages Class Hierarchy This Package Previous Next Index
Class quicktime.std.movies.media.TextDescription
java.lang.Object
|
+----quicktime.QTObject
|
+----quicktime.util.QTHandleRef
|
+----quicktime.std.movies.media.SampleDescription
|
+----quicktime.std.movies.media.TextDescription
- public final class TextDescription
- extends SampleDescription
This class maps the TextDescription record of the MovieToolbox.
TextDescription are used when adding and getting media samples to/from Text tracks.
-
kNativeSize
- This is the size (the number of bytes) that are required for this class
-
TextDescription()
- This constructor makes a new TextDescription object.
-
clone()
- Implementation of Cloneable Interface.
-
getBackgroundColor()
-
-
getDefaultTextBox()
-
-
getDisplayFlags()
-
-
getEndianDescriptor()
- Returns the EndianDescriptor for this class.
-
getTextJustification()
-
-
setBackgroundColor(QDColor)
-
-
setDefaultTextBox(QDRect)
-
-
setDisplayFlags(int)
-
-
setTextJustification(int)
-
kNativeSize
public static final int kNativeSize
- This is the size (the number of bytes) that are required for this class
TextDescription
public TextDescription() throws QTException
- This constructor makes a new TextDescription object.
getEndianDescriptor
public static EndianDescriptor getEndianDescriptor()
- Returns the EndianDescriptor for this class.
- Returns:
- an EndianDescriptor
clone
public Object clone()
- Implementation of Cloneable Interface.
- Overrides:
- clone in class SampleDescription
setDisplayFlags
public void setDisplayFlags(int flags)
getDisplayFlags
public int getDisplayFlags()
setTextJustification
public void setTextJustification(int just)
getTextJustification
public int getTextJustification()
setBackgroundColor
public void setBackgroundColor(QDColor bgColor)
getBackgroundColor
public QDColor getBackgroundColor()
setDefaultTextBox
public void setDefaultTextBox(QDRect textBox)
getDefaultTextBox
public QDRect getDefaultTextBox()
All Packages Class Hierarchy This Package Previous Next Index