Jazz API Documentation

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

Packages that use ZPenColor
edu.umd.cs.jazz.component This package contains several visual components that may be useful for Jazz applications. 
 

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

Classes in edu.umd.cs.jazz.component that implement ZPenColor
 class ZCoordList
          ZCoordList is an abstract visual component that stores a sequence of coordinates, and the corresponding general path.
 class ZEllipse
          ZEllipse is a graphic object that represents a hard-cornered or rounded ellipse.
 class ZLabel
          ZLabel creates a lightweight visual component to support a label containing one line of text.
 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 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
 class ZText
          ZText creates a visual component to support text.
 


Jazz API Documentation