quicktime.app.image
Interface Compositable

All Superinterfaces:
ImageSpec
All Known Subinterfaces:
DynamicImage
All Known Implementing Classes:
GraphicsImporterDrawer, ImagePresenter, TwoDSprite

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 Summary
 GraphicsMode getGraphicsMode()
          Returns the current graphics mode of the Compositable object.
 void setGraphicsMode(GraphicsMode gMode)
          This method sets the graphics mode property of the Compositable object.
 
Methods inherited from interface quicktime.app.image.ImageSpec
getDescription, getImage
 

Method Detail

setGraphicsMode

public void setGraphicsMode(GraphicsMode gMode)
                     throws QTException
This method sets the graphics mode property of the Compositable object.
Parameters:
gMode - Specifies the graphics mode.

getGraphicsMode

public GraphicsMode getGraphicsMode()
                             throws QTException
Returns the current graphics mode of the Compositable object.
Returns:
a Graphics mode object