Uses of Class
edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator

Packages that use GraphicsDecorator
edu.uci.ics.jung.visualization Frameworks and mechanisms for visualizing JUNG graphs using Swing/AWT. 
edu.uci.ics.jung.visualization.transform.shape Visualization mechanisms related to transformation of graph element shapes. 
 

Uses of GraphicsDecorator in edu.uci.ics.jung.visualization
 

Fields in edu.uci.ics.jung.visualization declared as GraphicsDecorator
protected  GraphicsDecorator PluggableRenderContext.graphicsContext
           
 

Methods in edu.uci.ics.jung.visualization that return GraphicsDecorator
 GraphicsDecorator RenderContext.getGraphicsContext()
           
 GraphicsDecorator PluggableRenderContext.getGraphicsContext()
           
 

Methods in edu.uci.ics.jung.visualization with parameters of type GraphicsDecorator
 void RenderContext.setGraphicsContext(GraphicsDecorator graphicsContext)
           
 void PluggableRenderContext.setGraphicsContext(GraphicsDecorator graphicsContext)
           
 

Uses of GraphicsDecorator in edu.uci.ics.jung.visualization.transform.shape
 

Subclasses of GraphicsDecorator in edu.uci.ics.jung.visualization.transform.shape
 class MagnifyIconGraphics
          Subclassed to apply a magnification transform to an icon.
 class TransformingFlatnessGraphics
          subclassed to pass certain operations thru the transformer before the base class method is applied This is useful when you want to apply non-affine transformations to the Graphics2D used to draw elements of the graph.
 class TransformingGraphics
          subclassed to pass certain operations thru the transformer before the base class method is applied This is useful when you want to apply non-affine transformations to the Graphics2D used to draw elements of the graph.
 

Fields in edu.uci.ics.jung.visualization.transform.shape declared as GraphicsDecorator
protected  GraphicsDecorator ViewLensSupport.lensGraphicsDecorator
           
protected  GraphicsDecorator MagnifyImageLensSupport.lensGraphicsDecorator
           
protected  GraphicsDecorator ViewLensSupport.savedGraphicsDecorator
           
protected  GraphicsDecorator MagnifyImageLensSupport.savedGraphicsDecorator
           
 



Copyright © 2011. All Rights Reserved.