quicktime.qd.text
Class ScrpSTElement
java.lang.Object
|
+--quicktime.util.QTByteObject
|
+--quicktime.qd.text.ScrpSTElement
- All Implemented Interfaces:
- quicktime.jdirect.PrimitivesLib, java.io.Serializable, quicktime.jdirect.SharedLibrary, com.apple.jdirect.SharedLibrary
- public final class ScrpSTElement
- extends QTByteObject
- implements quicktime.jdirect.PrimitivesLib
This class maps the ScrpSTElement record of the TextToolbox.
ScrpSTElement are used as part of the TextDescription
- See Also:
- Serialized Form
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.PrimitivesLib |
JDirect_MacOSX, libraryInstance |
Constructor Summary |
ScrpSTElement()
This constructor makes a new ScrpSTElement object. |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
kNativeSize
public static final int kNativeSize
- This is the size (the number of bytes) that are required for this class
ScrpSTElement
public ScrpSTElement()
- This constructor makes a new ScrpSTElement object.
getEndianDescriptor
public static EndianDescriptor getEndianDescriptor()
- Returns the EndianDescriptor for this class.
- Returns:
- an EndianDescriptor
clone
public java.lang.Object clone()
- Implementation of Cloneable Interface.
setColor
public void setColor(QDColor color)
getColor
public QDColor getColor()
setScriptSize
public void setScriptSize(int size)
getScriptSize
public int getScriptSize()
setFace
public void setFace(int face)
getFace
public int getFace()
setFont
public void setFont(int font)
getFont
public int getFont()
setAscent
public void setAscent(int ascent)
getAscent
public int getAscent()
setHeight
public void setHeight(int height)
getHeight
public int getHeight()
setStartChar
public void setStartChar(int startChar)
getStartChar
public int getStartChar()
toString
public java.lang.String toString()
- Return a string representation of this object
- Overrides:
toString
in class QTByteObject