Uses of Class
edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
Packages that use GraphicsDecorator
Package
Description
Frameworks and mechanisms for visualizing JUNG graphs using Swing/AWT.
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 GraphicsDecoratorModifier and TypeFieldDescriptionprotected GraphicsDecorator
PluggableRenderContext.graphicsContext
Methods in edu.uci.ics.jung.visualization that return GraphicsDecoratorModifier and TypeMethodDescriptionPluggableRenderContext.getGraphicsContext()
RenderContext.getGraphicsContext()
Methods in edu.uci.ics.jung.visualization with parameters of type GraphicsDecoratorModifier and TypeMethodDescriptionvoid
PluggableRenderContext.setGraphicsContext
(GraphicsDecorator graphicsContext) void
RenderContext.setGraphicsContext
(GraphicsDecorator graphicsContext) -
Uses of GraphicsDecorator in edu.uci.ics.jung.visualization.transform.shape
Subclasses of GraphicsDecorator in edu.uci.ics.jung.visualization.transform.shapeModifier and TypeClassDescriptionclass
Subclassed to apply a magnification transform to an icon.class
subclassed to pass certain operations thru the Function 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
subclassed to pass certain operations thru the Function 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 GraphicsDecoratorModifier and TypeFieldDescriptionprotected GraphicsDecorator
MagnifyImageLensSupport.lensGraphicsDecorator
protected GraphicsDecorator
ViewLensSupport.lensGraphicsDecorator
protected GraphicsDecorator
MagnifyImageLensSupport.savedGraphicsDecorator
protected GraphicsDecorator
ViewLensSupport.savedGraphicsDecorator