Package | Description |
---|---|
geofasc.swing |
Provides all the classes being geometric figures as Swing components.
|
geofasc.swing.demo | |
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 |
---|---|
RectangleUI |
Rectangle.getUI() |
Modifier and Type | Method and Description |
---|---|
void |
Rectangle.setUI(RectangleUI ui)
Sets the look and feel (L&F) object that renders this rectangle.
|
void |
Ellipse.setUI(RectangleUI ui)
Sets the look and feel (L&F) object that renders this component.
|
Modifier and Type | Class and Description |
---|---|
static class |
TwinFluegel.BasicTwinWindradFluegelUI |
static class |
TwinFluegel.TwinWindradFluegelUI |
Modifier and Type | Class and Description |
---|---|
class |
BasicRectangleUI
Basic implementation of
RectangleUI . |