|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--quicktime.util.QTByteObject
|
+--quicktime.std.image.GraphicsMode
The GraphicsMode class implements details that describe transfer operations and transperancy operations. refer to ModifierTrackGraphicsMode in QuickTime
quicktime.qd.QD,
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.QuickTimeLib |
JDirect_MacOSX, libraryInstance, name |
| Constructor Summary | |
GraphicsMode()
This constructor creates an empty GraphicsMode object. |
|
GraphicsMode(int gMode,
QDColor opColor)
This constructor creates a GraphicsMode object for specified mode and operand color. |
|
| Method Summary | |
java.lang.Object |
clone()
Return a copy of the GraphicsMode object. |
QDColor |
getColor()
This method returns the operand mode |
int |
getGraphicsMode()
This method returns the graphics mode |
boolean |
isGraphicsModeOpaque()
Returns true if the current mode is opaque, otherwise false. |
void |
setColor(QDColor newColor)
This method sets the operand color. |
void |
setGraphicsMode(int mode)
This method sets the graphics mode (such as srcCopy, srcOr, etc) |
java.lang.String |
toString()
Returns the String representation of this Rectangle's values. |
| Methods inherited from class quicktime.util.QTByteObject |
equals, fromArray, getBytes, getSize |
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int kNativeSize
| Constructor Detail |
public GraphicsMode()
public GraphicsMode(int gMode,
QDColor opColor)
gMode - Specifies the graphics mode.opColor - Specifies the operand color.| Method Detail |
public void setGraphicsMode(int mode)
mode - Specifies the new graphics mode.public int getGraphicsMode()
public boolean isGraphicsModeOpaque()
public void setColor(QDColor newColor)
newColor - Specifies the new color.public QDColor getColor()
public java.lang.String toString()
toString in class QTByteObjectpublic java.lang.Object clone()
clone in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||