Uses of Class
edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
-
Packages that use GraphicsDecorator Package Description 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 Modifier and Type Field Description protected GraphicsDecorator
PluggableRenderContext. graphicsContext
Methods in edu.uci.ics.jung.visualization that return GraphicsDecorator Modifier and Type Method Description GraphicsDecorator
PluggableRenderContext. getGraphicsContext()
GraphicsDecorator
RenderContext. getGraphicsContext()
Methods in edu.uci.ics.jung.visualization with parameters of type GraphicsDecorator Modifier and Type Method Description void
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.shape Modifier and Type Class Description class
MagnifyIconGraphics
Subclassed to apply a magnification transform to an icon.class
TransformingFlatnessGraphics
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
TransformingGraphics
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 GraphicsDecorator Modifier and Type Field Description protected GraphicsDecorator
MagnifyImageLensSupport. lensGraphicsDecorator
protected GraphicsDecorator
ViewLensSupport. lensGraphicsDecorator
protected GraphicsDecorator
MagnifyImageLensSupport. savedGraphicsDecorator
protected GraphicsDecorator
ViewLensSupport. savedGraphicsDecorator
-