|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--quicktime.QTObject
|
+--quicktime.util.QTHandleRef
|
+--quicktime.std.movies.media.SampleDescription
|
+--quicktime.std.movies.media.TextDescription
This class maps the TextDescription record of the MovieToolbox. TextDescription are used when adding and getting media samples to/from Text tracks.
| Field Summary | |
static int |
kNativeSize
This is the size (the number of bytes) that are required for this class |
| Fields inherited from interface quicktime.jdirect.QuickTimeLib |
JDirect_MacOSX, libraryInstance, name |
| Constructor Summary | |
TextDescription()
This constructor makes a new TextDescription object. |
|
| Method Summary | |
java.lang.Object |
clone()
Implementation of Cloneable Interface. |
QDColor |
getBackgroundColor()
|
java.lang.String |
getDefaultFontName()
|
ScrpSTElement |
getDefaultStyle()
Get the default style. |
QDRect |
getDefaultTextBox()
|
int |
getDisplayFlags()
|
static EndianDescriptor |
getEndianDescriptor()
Returns the EndianDescriptor for this class. |
int |
getTextJustification()
|
void |
setBackgroundColor(QDColor bgColor)
|
void |
setDefaultFontName(java.lang.String fName)
|
void |
setDefaultStyle(ScrpSTElement style)
Set the default style. |
void |
setDefaultTextBox(QDRect textBox)
|
void |
setDisplayFlags(int flags)
|
void |
setTextJustification(int just)
|
| Methods inherited from class quicktime.std.movies.media.SampleDescription |
fromMovieImporter, getDataFormat, getDataRefIndex, getSize, setDataFormat, setDataRefIndex, setSize, toString |
| Methods inherited from class quicktime.util.QTHandleRef |
copyFromArray, copyFromArray, copyFromArray, copyFromArray, copyFromArray, copyFromArray, copyFromArray, copyToArray, copyToArray, copyToArray, copyToArray, copyToArray, copyToArray, copyToArray, fromCompressionDialogState, fromSCSequence, getBytes, inMemory, isLocked, lock, lockHigh, moveHigh, toQTPointer, toQTPointer, unlock |
| Methods inherited from class quicktime.QTObject |
disposeQTObject, equals, ID |
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int kNativeSize
| Constructor Detail |
public TextDescription()
throws QTException
| Method Detail |
public static EndianDescriptor getEndianDescriptor()
public java.lang.Object clone()
clone in class SampleDescriptionpublic void setDefaultStyle(ScrpSTElement style)
style - the new default style.public ScrpSTElement getDefaultStyle()
public void setDisplayFlags(int flags)
public int getDisplayFlags()
public void setTextJustification(int just)
public int getTextJustification()
public void setBackgroundColor(QDColor bgColor)
public QDColor getBackgroundColor()
public void setDefaultTextBox(QDRect textBox)
public QDRect getDefaultTextBox()
public void setDefaultFontName(java.lang.String fName)
throws QTException
QTException
public java.lang.String getDefaultFontName()
throws QTException
QTException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||