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.
|
Modifier and Type | Method and Description |
---|---|
EllipseModel |
Ellipse.getModel()
Returns the data model of this figure.
|
Modifier and Type | Method and Description |
---|---|
void |
Ellipse.setModel(EllipseModel model)
Sets the model of this ellipse.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CircleModel
CircleModel is the interface for the data model of a circle
figure. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCircleModel
DefaultCircleModel is the default implementation of
CircleModel . |
class |
DefaultEllipseModel
DefaultEllipseModel is the default implementation of
EllipseModel . |