Uses of Class
prefuse.render.PolygonRenderer.PolygonType

Packages that use PolygonRenderer.PolygonType
prefuse.render Interfaces and modules for rendering VisualItems into a graphics context. 
 

Uses of PolygonRenderer.PolygonType in prefuse.render
 

Methods in prefuse.render that return PolygonRenderer.PolygonType
 PolygonRenderer.PolygonType PolygonRenderer.getPolyType()
          Get the polygon line type.
static PolygonRenderer.PolygonType PolygonRenderer.PolygonType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PolygonRenderer.PolygonType[] PolygonRenderer.PolygonType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in prefuse.render with parameters of type PolygonRenderer.PolygonType
 void PolygonRenderer.setPolyType(PolygonRenderer.PolygonType polyType)
          Set the polygon line type.
 

Constructors in prefuse.render with parameters of type PolygonRenderer.PolygonType
PolygonRenderer(PolygonRenderer.PolygonType polyType)
          Create a new PolygonRenderer.
 



Copyright © 2008 Regents of the University of California