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 |