Uses of Package
edu.umd.cs.jazz.component

Packages that use edu.umd.cs.jazz.component
edu.umd.cs.jazz Jazz is a general-purpose Java-based engine that supports 2D visualizations. 
edu.umd.cs.jazz.animation This package supports animation in Jazz. 
edu.umd.cs.jazz.component This package contains several visual components that may be useful for Jazz applications. 
 

Classes in edu.umd.cs.jazz.component used by edu.umd.cs.jazz
ZAppearance
          ZAppearance represents a visual attribute of a visual component.
ZFillColor
          ZFillColor represents the "fill color" attribute of a visual component.
ZShape
          ZShape is an abstract object, meant to be extended by visual components that wrap standard java.awt.Shapes.
 

Classes in edu.umd.cs.jazz.component used by edu.umd.cs.jazz.animation
ZFillPaint
          ZFillPaint represents the "fill paint" attribute of a visual component.
ZPenPaint
          ZPenPaint represents the "pen paint" attribute of a visual component.
ZStroke
          ZStroke represents the "stroke" attribute of a visual component.
 

Classes in edu.umd.cs.jazz.component used by edu.umd.cs.jazz.component
ZAppearance
          ZAppearance represents a visual attribute of a visual component.
ZBasicVisualComponent
          This class is designed to be extended.
ZCoordList
          ZCoordList is an abstract visual component that stores a sequence of coordinates, and the corresponding general path.
ZFillColor
          ZFillColor represents the "fill color" attribute of a visual component.
ZFillPaint
          ZFillPaint represents the "fill paint" attribute of a visual component.
ZPenColor
          ZPenColor represents the "pen color" attribute of a visual component.
ZPenPaint
          ZPenPaint represents the "pen paint" attribute of a visual component.
ZPolyline
          ZPolyline is a visual component that represents a line with one or more segments.
ZShape
          ZShape is an abstract object, meant to be extended by visual components that wrap standard java.awt.Shapes.
ZStroke
          ZStroke represents the "stroke" attribute of a visual component.
 



Copyright © 2001 by University of Maryland, College Park, MD 20742, USA All rights reserved.