Package quicktime.qd

Interface Summary
QDConstants This class represents all of the constants in the QuickDraw interface.
QDDrawer This interface is used in conjunction with the QDGraphics.beginDraw method to perform a collection of drawing operations in a single call.
 

Class Summary
ColorTable When creating a PixMap for a particular graphics device, Color QuickDraw creates a ColorTable that defines the best colors available for the pixel image on that particular graphics device.
GDevice Refer to GDevice in QuickDraw
NativeGraphics You use this class to obtain a QDGraphics object from a Java object known to host a native graphics context.
OpenCPicParams Provides information about a picture image relating to the source rectangle, horizontal and vertical resolution of the image.
Pict The Pict class represents sequences of drawing commands, while providing a common medium for sharing image data.
PixMap A pixel map contains information about the dimensions and contents of a pixel image, as well as information on the image's storage format, depth, resolution and color usage.
Polygon The Polygon represents an arbitary area or set of areas on the drawing coordinate plane.
QDColor Represents color as 16bit values for each component and alpha channel.
QDDimension This class represents a width and height dimension.
QDFont This class provides basic services for translating font information from Java fonts to the font information that QuickTime requires.
QDGraphics A color graphics port defines a complete drawing environment that determines where and how color graphics operations take place.
QDPoint  
QDRect This class corresponds to the Rect and FixedRect Data structures.
Region The Region represents an arbitary area or set of areas on the drawing coordinate plane.
SetGWorld Deprecated. as of QTJava 4.0
 

Exception Summary
NativeGraphicsException This exception is thrown if the NativeGraphics environment is not initialized when you try to get the QDGraphics from the java.awt.Canvas
QDException A General catch all class that is used to signal errors that occur from QT calls