|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--quicktime.util.QTByteObject | +--quicktime.std.qtcomponents.TCTextOptions
Fields inherited from interface quicktime.jdirect.PrimitivesLib |
JDirect_MacOSX, libraryInstance |
Constructor Summary | |
TCTextOptions()
Make a TextOptions class for the TimeCoder |
Method Summary | |
QDColor |
getBackColor()
Returns the background Color field. |
QDColor |
getForeColor()
Returns the foreground Color field. |
int |
getTXFace()
Returns the txFace field. |
int |
getTXFont()
Returns the txFont field. |
int |
getTXSize()
Returns the txSize field. |
void |
setBackColor(QDColor backColor)
Sets the background Color field. |
void |
setForeColor(QDColor foreColor)
Sets the foreground Color field. |
void |
setTXFace(int txFace)
Sets the txFace field. |
void |
setTXFont(int txFont)
Sets the txFont field. |
void |
setTXSize(int txSize)
Sets the txSize field. |
Methods inherited from class quicktime.util.QTByteObject |
equals, fromArray, getBytes, getSize, toString |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TCTextOptions()
Method Detail |
public int getTXFont()
public void setTXFont(int txFont)
txFont
- the new font IDpublic int getTXFace()
public void setTXFace(int txFace)
txFace
- the new font IDpublic int getTXSize()
public void setTXSize(int txSize)
txSize
- the new font IDpublic QDColor getForeColor()
public void setForeColor(QDColor foreColor)
foreColor
- a QDColorpublic QDColor getBackColor()
public void setBackColor(QDColor backColor)
foreColor
- a QDColor
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |