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 |
---|---|
PointUI |
Point.getUI() |
Modifier and Type | Method and Description |
---|---|
void |
Point.setUI(PointUI ui)
Sets the look and feel (L&F) object that renders this point.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicPointUI
Basic implementation of
PointUI . |