All Packages Class Hierarchy This Package Previous Next Index
Class quicktime.std.qtcomponents.TCTextOptions
java.lang.Object
|
+----quicktime.util.QTByteObject
|
+----quicktime.std.qtcomponents.TCTextOptions
- public final class TCTextOptions
- extends QTByteObject
- implements PrimitivesLib
-
TCTextOptions()
- Make a TextOptions class for the TimeCoder
-
getBackColor()
- Returns the background Color field.
-
getForeColor()
- Returns the foreground Color field.
-
getTXFace()
- Returns the txFace field.
-
getTXFont()
- Returns the txFont field.
-
getTXSize()
- Returns the txSize field.
-
setBackColor(QDColor)
- Sets the background Color field.
-
setForeColor(QDColor)
- Sets the foreground Color field.
-
setTXFace(int)
- Sets the txFace field.
-
setTXFont(int)
- Sets the txFont field.
-
setTXSize(int)
- Sets the txSize field.
TCTextOptions
public TCTextOptions()
- Make a TextOptions class for the TimeCoder
getTXFont
public int getTXFont()
- Returns the txFont field.
- Returns:
- an int
setTXFont
public void setTXFont(int txFont)
- Sets the txFont field.
- Parameters:
- txFont - the new font ID
getTXFace
public int getTXFace()
- Returns the txFace field.
- Returns:
- an int
setTXFace
public void setTXFace(int txFace)
- Sets the txFace field.
- Parameters:
- txFace - the new font ID
getTXSize
public int getTXSize()
- Returns the txSize field.
- Returns:
- an int
setTXSize
public void setTXSize(int txSize)
- Sets the txSize field.
- Parameters:
- txSize - the new font ID
getForeColor
public QDColor getForeColor()
- Returns the foreground Color field.
- Returns:
- a QDColor
setForeColor
public void setForeColor(QDColor foreColor)
- Sets the foreground Color field.
- Parameters:
- foreColor - a QDColor
getBackColor
public QDColor getBackColor()
- Returns the background Color field.
- Returns:
- a QDColor
setBackColor
public void setBackColor(QDColor backColor)
- Sets the background Color field.
- Parameters:
- foreColor - a QDColor
All Packages Class Hierarchy This Package Previous Next Index