Uses of Interface
edu.umd.cs.jazz.component.ZFillPaint

Packages that use ZFillPaint
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. 
 

Uses of ZFillPaint in edu.umd.cs.jazz.animation
 

Methods in edu.umd.cs.jazz.animation that return ZFillPaint
 ZFillPaint ZColorAnimation.getFillPaintTarget()
          Return the fill paint target of this color animation.
 

Methods in edu.umd.cs.jazz.animation with parameters of type ZFillPaint
 void ZColorAnimation.setFillPaintTarget(ZFillPaint aFillPaintTarget)
          Set the fill paint target of this color animation.
 

Uses of ZFillPaint in edu.umd.cs.jazz.component
 

Classes in edu.umd.cs.jazz.component that implement ZFillPaint
 class ZArc
          ZArc is a simple ZShape implementation that uses a Arc2D as the underlying shape model.
 class ZBasicVisualComponent
          This class is designed to be extended.
 class ZCoordList
          ZCoordList is an abstract visual component that stores a sequence of coordinates, and the corresponding general path.
 class ZCubicCurve
          ZCubicCurve is a simple ZShape implementation that uses a CubicCurve2D as the underlying shape model.
 class ZEllipse
          ZEllipse is a graphic object that represents a hard-cornered or rounded ellipse.
 class ZLine
          ZLine is a simple ZShape implementation that uses a Line2D as the underlying shape model.
 class ZPath
          ZPath is a graphic object that represents combination of lines and curves that can be specified GeneralPath.
 class ZPolygon
          ZPolygon is a visual component for displaying a polygonal shape.
 class ZPolyline
          ZPolyline is a visual component that represents a line with one or more segments.
 class ZQuadCurve
          ZQuadCurve is a graphic object that represents a quad curve.
 class ZRectangle
          ZRectangle is a graphic object that represents a hard-cornered rectangle.
 class ZRoundedRectangle
          ZRoundedRectangle is a graphic object that represents a rounded rectangle.
 class ZShape
          ZShape is an abstract object, meant to be extended by visual components that wrap standard java.awt.Shapes.
 



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