Interface | Description |
---|---|
GWindowEventHandler |
Any object that wishes to handle GWindowEvents must implement this
interface.
|
Shape |
All shapes implement this interface.
|
Class | Description |
---|---|
AppletGWindow |
The AppletGWindow class is an abstract class to be extended by
clients that are to be run in an applet window within a web page.
|
Arc |
An arc shape.
|
CurvedShape |
An abstract class for curved shapes that fit within bounding
rectangles.
|
GWindow |
The GWindow class defines a simple graphics window.
|
GWindowEvent |
This class defines an event object which can be generated in the
GWindow world.
|
GWindowEventAdapter |
A basic adapter for GWindow event that defines empty methods
for each of the interface's methods.
|
ImageShape |
A class for image shapes (e.g.
|
Line |
A line shape.
|
Oval |
An oval shape.
|
Pen |
A simple Pen class which implements turtle style graphics.
|
Polygon |
A polygon shape.
|
PolyShape |
An abstract superclass of various polygonal shapes.
|
Rectangle |
A rectangle shape.
|
ShapeImpl |
This is an abstract superclass of all shape objects.
|
TextShape |
TextShape is used for displaying text onto the GWindow.
|
Triangle |
A triangle shape.
|