Package | Description |
---|---|
geofasc.swing |
Provides all the classes being geometric figures as Swing components.
|
geofasc.swing.plaf |
Provides all the pluggable look and feel (L&F) classes (the views) for the geometric figure components.
|
Modifier and Type | Method and Description |
---|---|
LineSegmentUI |
LineSegment.getUI() |
Modifier and Type | Method and Description |
---|---|
void |
LineSegment.setUI(LineSegmentUI ui)
Sets the look and feel (L&F) object that renders this line segment.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicLineSegmentUI
Basic implementation of
LineSegmentUI . |