Package | Description |
---|---|
geofasc.swing |
Provides all the classes being geometric figures as Swing components.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
Circle
Circle is the component used for visualizing a circle
figure. |
class |
Ellipse
Ellipse is the component used for visualizing an ellipse figure. |
class |
LineSegment
LineSegment is the component used for visualizing a line segment
figure. |
class |
Point
Point is the component used for visualizing a point
figure. |
class |
Polyline
Polyline is the component used for visualizing a polyline or
polygon figure. |
class |
Rectangle
Rectangle is the component used for visualizing a rectangle
figure. |
class |
Square
Square is the component used for visualizing a square
figure. |
Modifier and Type | Class and Description |
---|---|
class |
Discolight |
class |
Led
A
Lamp is a Circle with the common functionality of a
lamp. |
class |
Person |
class |
TrafficLight
A
TrafficLight is a Rectangle with the common
functionality of a traffic light. |
class |
TwinFluegel
Ein
TwinFluegel ist ein doppelter Flügel eines Windrad
es. |
class |
Windrad
Ein
Windrad besteht aus einem Mast und einem TwinFluegel
. |
Modifier and Type | Method and Description |
---|---|
AbstractFigure[] |
Canvas.getFigures()
Gets all the figures in this canvas.
|