|
Interface Summary |
| AggregateGraphic |
A common abstraction for implementations of aggregated Graphics. |
| Graphic |
The root abstraction of a graphic object taxonomy, specifying the methods
common to a lightweight set of graphic objects. |
| GraphicArc |
A GraphicArc represents a portion of an ellipse. |
| GraphicCompositeCurve |
Defines a common abstraction for general implementations of aggregated Graphics. |
| GraphicCurveSegment |
Defines common abstractions for implementations of 1-dimensional lines made up of
one or more line segments and of 2-dimensional lines made up of a closed set of
three or more line segments. |
| GraphicIcon |
The GraphicIcon defines a common abstraction for implementations that render
icons on a drawing surface. |
| GraphicLabel |
Defines a common abstraction for implementations that render text on a drawing surface. |
| GraphicRing |
Common abstraction for implementations that drawing the ISO 19107 Geometric Ring. |
| GraphicScaledImage |
Defines a common abstraction for implementations projected images defined
by an upper-left point and a lower-right point. |
| GraphicSurfaceBoundary |
Defines a common abstraction for implementations that drawing the
ISO 19107 Geometric SurfaceBoundary. |
| GraphicSymbol |
The GraphicSymbol interface is used to draw a symbolic graphic
on the canvas. |
| OrderedAggregateGraphic |
Extends the AggregateGraphic interface to add the ability for the user
to specify a stacking order or Z-order. |