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.
ZImage ZImage is a graphic object that represents a raster image
ZMenu A Menu for use in Jazz.
ZPolygon ZPolygon is a visual component that represents a line with one or more segments.
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.
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