| Interface | Description |
|---|---|
| ClippingShape |
Defining a clipping shape applied to all
GraphicalElements of a GraphicalComposite. |
| FillAttributes |
Interface for fill attributes.
|
| GraphicalCompositeRenderer |
Interface of all
Renderers who render a
GraphicalComposite. |
| GraphicalElement |
Interface all graphical elements have to implement.
|
| GraphicAttributes |
Marker interface for all types of graphic attributes
of a
BasicGraphicalElement. |
| LineAttributes |
Interface for line attributes.
|
| OvalRenderer | |
| PolygonRenderer | |
| RectangleRenderer | |
| Renderer |
Marker interface.
|
| TextAttributes |
Interface for text attributes.
|
| TextRenderer |
| Class | Description |
|---|---|
| Anchor |
Anchor of a graphical element.
|
| BasicGraphicalElement |
Abstract superclass of all basic
GraphicalElements. |
| BasicGraphicAttributes |
The basic attributes of any
BasicGraphicalElement. |
| ClippingRectangle |
Immutable class of a rectangular clipping area.
|
| FontStyle |
Font style constants.
|
| GraphicalComposite |
Container for
GraphicalElements. |
| GraphPoint |
Immutable class of a two-dimensional point in the device-independent
coordinate system.
|
| Oval |
An oval (i.e. an ellipse).
|
| Polygon |
A polygon or polyline.
|
| Rectangle |
A rectangle.
|
| ShapeAttributes |
Basic attributes for shapes.
|
| Text |
A single line of text.
|
Copyright © 2017. All rights reserved.