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.
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