Uses of Class
prefuse.render.RenderType

Packages that use RenderType
prefuse.render Interfaces and modules for rendering VisualItems into a graphics context. 
prefuse.util Utility classes for use by both the toolkit and applications, including color and font support. 
 

Uses of RenderType in prefuse.render
 

Methods in prefuse.render that return RenderType
 RenderType EdgeRenderer.getRenderType(VisualItem<?> item)
           
 RenderType AbstractShapeRenderer.getRenderType(VisualItem<?> item)
          Returns a value indicating if a shape is drawn by its outline, by a fill, or both.
static RenderType RenderType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RenderType[] RenderType.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 RenderType
 void AbstractShapeRenderer.setRenderType(RenderType type)
          Sets a value indicating if a shape is drawn by its outline, by a fill, or both.
 

Uses of RenderType in prefuse.util
 

Methods in prefuse.util with parameters of type RenderType
static void GraphicsLib.paint(java.awt.Graphics2D g, java.awt.Color strokeColor, java.awt.Color fillColor, java.awt.Shape shape, java.awt.BasicStroke stroke, RenderType type)
          Render a shape associated with a VisualItem into a graphics context.
static void GraphicsLib.paint(java.awt.Graphics2D g, VisualItem<?> item, java.awt.Shape shape, java.awt.BasicStroke stroke, RenderType type)
          Deprecated. use the other paint() method instead
 



Copyright © 2008 Regents of the University of California