Class Summary |
ZArc |
ZArc is a simple ZShape implementation that uses a Arc2D as the underlying
shape model. |
ZBasicVisualComponent |
This class is designed to be extended. |
ZComboBox |
A ComboBox for use in Jazz. |
ZCoordList |
ZCoordList is an abstract visual component that stores a sequence
of coordinates, and the corresponding general path. |
ZCoordListShape.ZCoordListIterator |
This is the path iterator used to iterate over the ZCoordList. |
ZCubicCurve |
ZCubicCurve is a simple ZShape implementation that uses a CubicCurve2D
as the underlying shape model. |
ZEllipse |
ZEllipse is a graphic object that represents a hard-cornered
or rounded ellipse. |
ZImage |
ZImage is a graphic object that represents a raster image. |
ZLabel |
ZLabel creates a lightweight visual component to support a label containing
one line of text. |
ZLine |
ZLine is a simple ZShape implementation that uses a Line2D as the underlying
shape model. |
ZMenu |
A Menu for use in Jazz. |
ZPath |
ZPath is a graphic object that represents combination of lines and curves that
can be specified GeneralPath. |
ZPolygon |
ZPolygon is a visual component for displaying a polygonal
shape. |
ZPolyline |
ZPolyline is a visual component that represents a line
with one or more segments. |
ZQuadCurve |
ZQuadCurve is a graphic object that represents a quad curve. |
ZRectangle |
ZRectangle is a graphic object that represents a hard-cornered
rectangle. |
ZRoundedRectangle |
ZRoundedRectangle is a graphic object that represents a rounded rectangle. |
ZShape |
ZShape is an abstract object, meant to be extended by visual components
that wrap standard java.awt.Shapes. |
ZSwing |
ZSwing is a Visual Component wrapper used to add
Swing Components to a Jazz ZCanvas. |
ZText |
ZText creates a visual component to support text. |
This package contains several visual components that may
be useful for Jazz applications. These visual components
are intended to be useful, but not definitive. Many applications
will also end up defining their own visual components which
can be used along with these.