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 GraphicsDecoratorPluggableRenderContext. graphicsContextMethods in edu.uci.ics.jung.visualization that return GraphicsDecorator Modifier and Type Method Description GraphicsDecoratorPluggableRenderContext. getGraphicsContext()GraphicsDecoratorRenderContext. getGraphicsContext()Methods in edu.uci.ics.jung.visualization with parameters of type GraphicsDecorator Modifier and Type Method Description voidPluggableRenderContext. setGraphicsContext(GraphicsDecorator graphicsContext)voidRenderContext. 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 classMagnifyIconGraphicsSubclassed to apply a magnification transform to an icon.classTransformingFlatnessGraphicssubclassed 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.classTransformingGraphicssubclassed 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 GraphicsDecoratorMagnifyImageLensSupport. lensGraphicsDecoratorprotected GraphicsDecoratorViewLensSupport. lensGraphicsDecoratorprotected GraphicsDecoratorMagnifyImageLensSupport. savedGraphicsDecoratorprotected GraphicsDecoratorViewLensSupport. savedGraphicsDecorator
-