|
Class Summary |
| DrawingApplet |
A DrawingApplet is used for a drawing panel and it is associated
with a DrawingStuff object that provides automatic repaint, using
an off-screen image. |
| DrawingFrame |
A DrawingFrame is a top-level window containing a
DrawingApplet, used for a drawing panel. |
| DrawingStuff |
A DrawingStuff object implements an off-screen image for
backing store and provides automatic repaint for a
DrawingApplet panel. |
| FontInfo |
This class implements QuickDraw-like definitions for font infos. |
| GrafPort |
A GrafPort object implements QuickDraw-like drawing and
event routines onto an object of class DrawingApplet,
used for a drawing panel. |
| MacLib |
The class MacLib implements QuickDraw-like drawing and
event routines. |
| Point |
This class hides the class java.awt.Point in order
to implement QuickDraw-like definitions for points. |
| Rect |
This class implements QuickDraw-like definitions for rectangles. |
| RGBColor |
This class implements QuickDraw-like definitions for RGB colors
where each component is valued between
0 and 65535. |