Jazz API Documentation

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

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

Uses of ZFillColor in edu.umd.cs.jazz
 

Classes in edu.umd.cs.jazz that implement ZFillColor
 class ZCamera
          ZCamera represents a viewport onto a list of nodes.
 

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

Classes in edu.umd.cs.jazz.component that implement ZFillColor
 class ZEllipse
          ZEllipse is a graphic object that represents a hard-cornered or rounded ellipse.
 class ZPolygon
          ZPolygon is a visual component for displaying a polygonal shape.
 class ZRectangle
          ZRectangle is a graphic object that represents a hard-cornered or rounded rectangle.
 class ZShape
          ZShape is a graphic object that represents a pre-defined java.awt.Shape
 


Jazz API Documentation