Jazz API Documentation

Package edu.umd.cs.jazz.component

This package contains several visual components that may be useful for Jazz applications.

See:
          Description

Interface Summary
ZAppearance ZAppearance represents a visual attribute of a visual component.
ZFillColor ZFillColor represents the "fill color" attribute of a visual component.
ZPenColor ZPenColor represents the "pen color" attribute of a visual component.
ZStroke ZStroke represents the "stroke" attribute of a visual component.
 

Class Summary
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.
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.
ZMenu A Menu for use in Jazz.
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.
ZRectangle ZRectangle is a graphic object that represents a hard-cornered or rounded rectangle.
ZShape ZShape is a graphic object that represents a pre-defined java.awt.Shape
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.
 

Package edu.umd.cs.jazz.component Description

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.


Jazz API Documentation