Package | Description |
---|---|
geofasc.swing.demo | |
geofasc.swing.tool |
Provides all the tool classes being helpful for quickly building demo programs
with geometric figure components and other components.
|
Constructor and Description |
---|
Pencil(Canvas canvas) |
Pencil(int x,
int y,
Canvas canvas) |
Modifier and Type | Method and Description |
---|---|
Canvas |
Frame.getCanvas()
Gets the canvas of this frame used as the actual content pane.
|
Modifier and Type | Method and Description |
---|---|
void |
Frame.setCanvas(Canvas canvas)
Sets the canvas of this frame used as the actual content pane.
|