Package | Description |
---|---|
geofasc.swing |
Provides all the classes being geometric figures as Swing components.
|
geofasc.swing.model |
Provides all the data model classes (interfaces and their default implementations)
for the geometric figure components.
|
Class and Description |
---|
CircleModel
CircleModel is the interface for the data model of a circle
figure. |
EllipseModel
EllipseModel is the interface for the data model of an
ellipse figure. |
FigureModel
FigureModel is the interface for the data model of a
2-dimensional figure primarily maintaining information about its size and its
location. |
LineSegmentModel
LineSegmentModel is the interface for the data model of a line
segment figure. |
PolylineModel
PolylineModel is the interface for the data model of a polyline
figure. |
RectangleModel
RectangleModel is the interface for the data model of a
rectangle figure. |
SquareModel
SquareModel is the interface for the data model of a square
figure. |
Class and Description |
---|
CircleModel
CircleModel is the interface for the data model of a circle
figure. |
DefaultEllipseModel
DefaultEllipseModel is the default implementation of
EllipseModel . |
DefaultFigureModel
DefaultFigureModel is the default implementation of
FigureModel . |
DefaultFigureModelExtended
DefaultFigureModelExtended is the default implementation of
FigureModelExtended . |
DefaultRectangleModel
DefaultRectangleModel is the default implementation of
RectangleModel . |
EllipseModel
EllipseModel is the interface for the data model of an
ellipse figure. |
FigureModel
FigureModel is the interface for the data model of a
2-dimensional figure primarily maintaining information about its size and its
location. |
FigureModelExtended
FigureModelExtended extends FigureModel by providing
write access to the figure's bounds. |
LineSegmentModel
LineSegmentModel is the interface for the data model of a line
segment figure. |
PolylineModel
PolylineModel is the interface for the data model of a polyline
figure. |
RectangleModel
RectangleModel is the interface for the data model of a
rectangle figure. |
SquareModel
SquareModel is the interface for the data model of a square
figure. |