Uses of Class
edu.umd.cs.jazz.ZVisualComponent

Packages that use ZVisualComponent
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. 
edu.umd.cs.jazz.util This package defines several utility classes that are likely to be useful for Jazz applications. 
 

Uses of ZVisualComponent in edu.umd.cs.jazz
 

Subclasses of ZVisualComponent in edu.umd.cs.jazz
 class ZCamera
          ZCamera represents a viewport onto a list of nodes.
 

Methods in edu.umd.cs.jazz that return ZVisualComponent
 ZVisualComponent[] ZVisualLeaf.getVisualComponents()
          Return the visual components associated with this visual leaf.
 ZVisualComponent ZVisualLeaf.getVisualComponent(int i)
          Returns the i'th visual component of this node.
 ZVisualComponent ZVisualLeaf.getFirstVisualComponent()
          Return the first visual component associated with this leaf, or null if there are none.
 ZVisualComponent ZVisualGroup.getFrontVisualComponent()
          Return the front visual component associated with this leaf, or null if none.
 ZVisualComponent ZVisualGroup.getBackVisualComponent()
          Return the back visual component associated with this leaf, or null if none.
 ZVisualComponent[] ZSelectionGroup.getAuxiliaryVisualComponents()
          Return the auxiliary visual components associated with this selection group.
 ZVisualComponent ZSelectionGroup.SelectionComponentFactory.createSelectionComponent()
           
protected  ZVisualComponent ZAnchorGroup.createLinkComponent()
          Internal method to create the visual component that represents the link.
 

Methods in edu.umd.cs.jazz with parameters of type ZVisualComponent
 void ZVisualLeaf.addVisualComponent(ZVisualComponent visualComponent)
          Add a new visual component to this leaf node.
 void ZVisualLeaf.removeVisualComponent(ZVisualComponent visualComponent)
          Remove a visual component from this leaf node.
 void ZVisualLeaf.setVisualComponent(ZVisualComponent visualComponent)
          Set the visual component associated with this leaf node.
 void ZVisualLeaf.setVisualComponent(int i, ZVisualComponent visualComponent)
          Replace the i'th visual component associated with this leaf node.
 int ZVisualLeaf.indexOf(ZVisualComponent vis)
          Returns the index of the specified visual component or -1 if the visual component has not been added to this leaf
 void ZVisualGroup.setFrontVisualComponent(ZVisualComponent newFrontVisualComponent)
          Set the front visual component associated with this group node.
 void ZVisualGroup.setBackVisualComponent(ZVisualComponent newBackVisualComponent)
          Set the back visual component associated with this group node.
 void ZSelectionGroup.addAuxiliaryVisualComponent(ZVisualComponent visualComponent)
          Adds an auxiliary visual component to this selection group
 void ZSelectionGroup.removeAuxiliaryVisualComponent(ZVisualComponent visualComponent)
          Remove an auxiliary visual component from this selection group.
 void ZSelectionGroup.setAuxiliaryVisualComponent(ZVisualComponent visualComponent)
          Set the auxiliary visual component associated with this selection group.
 

Constructors in edu.umd.cs.jazz with parameters of type ZVisualComponent
ZVisualLeaf(ZVisualComponent visualComponent)
          Constructs a new visual leaf node with the specified visual component.
ZVisualGroup(ZVisualComponent newFrontVisualComponent, ZVisualComponent newBackVisualComponent)
          Constructs a new ZVisualGroup with the specified visual components.
ZVisualGroup(ZNode child, ZVisualComponent newFrontVisualComponent, ZVisualComponent newBackVisualComponent)
          Constructs a new ZVisualGroup with the specified visual components, and specified node as a child of the new group.
 

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

Subclasses of ZVisualComponent in edu.umd.cs.jazz.component
 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 ZImage
          ZImage is a graphic object that represents a raster image.
 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 ZSwing
          ZSwing is a Visual Component wrapper used to add Swing Components to a Jazz ZCanvas.
 class ZText
          ZText creates a visual component to support text.
 

Uses of ZVisualComponent in edu.umd.cs.jazz.util
 

Methods in edu.umd.cs.jazz.util that return ZVisualComponent
 ZVisualComponent[] ZListImpl.ZVisualComponentListImpl.getVisualComponentsReference()
           
 ZVisualComponent[] ZNullList.getVisualComponentsReference()
           
 ZVisualComponent[] ZList.ZVisualComponentList.getVisualComponentsReference()
           
 



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