Jazz API Documentation

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

Packages that use ZAppearance
edu.umd.cs.jazz This is the root package for all Jazz classes. 
edu.umd.cs.jazz.component This package contains several visual components that may be useful for Jazz applications. 
 

Uses of ZAppearance in edu.umd.cs.jazz
 

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

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

Subinterfaces of ZAppearance in edu.umd.cs.jazz.component
 interface ZFillColor
          ZFillColor represents the "fill color" attribute of a visual component.
 interface ZPenColor
          ZPenColor represents the "pen color" attribute of a visual component.
 interface ZStroke
          ZStroke represents the "stroke" attribute of a visual component.
 

Classes in edu.umd.cs.jazz.component that implement ZAppearance
 class ZCoordList
          ZCoordList is an abstract visual component that stores a sequence of coordinates, and the corresponding general path.
 class ZPolygon
          ZPolygon is a visual component that represents a line with one or more segments.
 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 ZText
          ZText creates a visual component to support text.
 


Jazz API Documentation