All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface quicktime.app.image.Compositable

public interface Compositable
extends ImageSpec
A Compositable object is an object that is able to apply graphics mode operations to the Image data that it is presenting.


Method Index

 o getGraphicsMode()
Returns the current graphics mode of the Compositable object.
 o setGraphicsMode(GraphicsMode)
This method sets the graphics mode property of the Compositable object.

Methods

 o setGraphicsMode
 public abstract void setGraphicsMode(GraphicsMode gMode) throws QTException
This method sets the graphics mode property of the Compositable object.

Parameters:
gMode - Specifies the graphics mode.
 o getGraphicsMode
 public abstract GraphicsMode getGraphicsMode() throws QTException
Returns the current graphics mode of the Compositable object.

Returns:
a Graphics mode object

All Packages  Class Hierarchy  This Package  Previous  Next  Index