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 |
---|---|
LineSegmentModel |
LineSegment.getModel()
Returns the data model of this figure.
|
Modifier and Type | Method and Description |
---|---|
void |
LineSegment.setModel(LineSegmentModel model)
Sets the model of this line segment.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultLineSegmentModel
DefaultLineSegmentModel is the default implementation of
LineSegmentModel . |