|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ZAppearance | |
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 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 |
ZFillPaint
ZFillPaint represents the "fill paint" attribute of a visual component. |
interface |
ZPenColor
ZPenColor represents the "pen color" attribute of a visual component. |
interface |
ZPenPaint
ZPenPaint represents the "pen paint" 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 |
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 |
ZLabel
ZLabel creates a lightweight visual component to support a label containing one line of text. |
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. |
class |
ZText
ZText creates a visual component to support text. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |