quicktime.app.image
Interface Compositable

All Superinterfaces:
ImageSpec
All Known Subinterfaces:
DynamicImage
All Known Implementing Classes:
CompositableEffect, DSequenceFromMemory, GraphicsImporterDrawer, ImagePresenter, MoviePresenter, QTEffectPresenter, QTImageDrawer, SWCompositor, TwoDSprite, UIElement

Deprecated. since QTJava 6.1

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()
          Deprecated. since QTJava 6.1
 void setGraphicsMode(GraphicsMode gMode)
          Deprecated. since QTJava 6.1
 
Methods inherited from interface quicktime.app.image.ImageSpec
getDescription, getImage
 

Method Detail

setGraphicsMode

public void setGraphicsMode(GraphicsMode gMode)
                     throws QTException
Deprecated. since QTJava 6.1

This method sets the graphics mode property of the Compositable object.

Parameters:
gMode - Specifies the graphics mode.
QTException

getGraphicsMode

public GraphicsMode getGraphicsMode()
                             throws QTException
Deprecated. since QTJava 6.1

Returns the current graphics mode of the Compositable object.

Returns:
a Graphics mode object
QTException