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 |
---|---|
FigureUI |
AbstractFigure.getUI() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractFigure.setUI(FigureUI ui)
Sets the look and feel (L&F) object that renders this figure.
|
Modifier and Type | Class and Description |
---|---|
static class |
TwinFluegel.BasicTwinWindradFluegelUI |
static class |
TwinFluegel.TwinWindradFluegelUI |
Modifier and Type | Class and Description |
---|---|
class |
BasicEllipseUI
Basic implementation of
EllipseUI . |
class |
BasicFigureUI
Basic implementation of
FigureUI . |
class |
BasicLineSegmentUI
Basic implementation of
LineSegmentUI . |
class |
BasicPointUI
Basic implementation of
PointUI . |
class |
BasicPolylineUI
Basic implementation of
PolylineUI . |
class |
BasicRectangleUI
Basic implementation of
RectangleUI . |
class |
EllipseUI
Pluggable look and feel interface for an
Ellipse . |
class |
LineSegmentUI
Pluggable look and feel interface for a
LineSegment . |
class |
PointUI
Pluggable look and feel interface for a
Point . |
class |
PolylineUI
Pluggable look and feel interface for a
Polyline . |
class |
RectangleUI
Pluggable look and feel interface for a
Rectangle . |