Jazz API Documentation

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

Packages that use ZVisualComponent
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 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.getVisualComponent()
          Return the visual component associated with this leaf, or null if 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.
protected  ZVisualComponent ZSelectionGroup.createSelectComponent()
          Internal method to create the visual component that represents the selection.
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 ZVisualComponent.duplicateObject(ZVisualComponent refVC)
          Copies all object information from the reference object into the current object.
 void ZVisualLeaf.setVisualComponent(ZVisualComponent newVisualComponent)
          Set the visual component associated with this leaf node.
 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.
 

Constructors in edu.umd.cs.jazz with parameters of type ZVisualComponent
ZVisualLeaf.ZVisualLeaf(ZVisualComponent newVisualComponent)
          Constructs a new visual leaf node with the specified visual component.
ZVisualGroup.ZVisualGroup(ZVisualComponent newFrontVisualComponent, ZVisualComponent newBackVisualComponent)
          Constructs a new ZVisualGroup with the specified visual components.
ZVisualGroup.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 ZCoordList
          ZCoordList is an abstract visual component that stores a sequence of coordinates, and the corresponding general path.
 class ZImage
          ZImage is a graphic object that represents a raster image
 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 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.
 


Jazz API Documentation