Uses of Interface
edu.uci.ics.jung.visualization.RenderContext
Packages that use RenderContext
Package
Description
Frameworks and mechanisms for visualizing JUNG graphs using Swing/AWT.
Classes which support creating visual annotations for graphs.
Mechanisms for manipulating and controlling a graph visualization, largely
in terms of mouse plugins.
Visualization mechanisms related to graph layout: caching, persistence,
event-emitting, etc.
Visualization mechanisms relating to rendering.
Visualization mechanisms related to transformation of graph element shapes.
-
Uses of RenderContext in edu.uci.ics.jung.visualization
Classes in edu.uci.ics.jung.visualization that implement RenderContextFields in edu.uci.ics.jung.visualization declared as RenderContextModifier and TypeFieldDescriptionprotected RenderContext<V, E> BasicVisualizationServer.renderContextMethods in edu.uci.ics.jung.visualization that return RenderContextModifier and TypeMethodDescriptionBasicVisualizationServer.getRenderContext()VisualizationServer.getRenderContext()Methods in edu.uci.ics.jung.visualization with parameters of type RenderContextModifier and TypeMethodDescriptionvoidBasicVisualizationServer.setRenderContext(RenderContext<V, E> renderContext) voidVisualizationServer.setRenderContext(RenderContext<V, E> renderContext) -
Uses of RenderContext in edu.uci.ics.jung.visualization.annotations
Fields in edu.uci.ics.jung.visualization.annotations declared as RenderContextModifier and TypeFieldDescriptionprotected RenderContext<V, E> AnnotatingGraphMousePlugin.rcholds rendering settingsprotected RenderContext<V, E> AnnotatingModalGraphMouse.rcprotected RenderContext<?, ?> AnnotationManager.rcprotected RenderContext<?, ?> AnnotationPaintable.rcMethods in edu.uci.ics.jung.visualization.annotations with parameters of type RenderContextModifier and TypeMethodDescriptionAnnotationManager.prepareRenderer(RenderContext<?, ?> rc, AnnotationRenderer annotationRenderer, Object value) AnnotationPaintable.prepareRenderer(RenderContext<?, ?> rc, AnnotationRenderer annotationRenderer, Object value) Constructors in edu.uci.ics.jung.visualization.annotations with parameters of type RenderContextModifierConstructorDescriptionCreate an instance with defaults for primary (button 1) and secondary (button 1 + shift) selection.AnnotatingGraphMousePlugin(RenderContext<V, E> rc, int selectionModifiers, int additionalModifiers) Create an instance with the specified primary and secondary selection mechanisms.AnnotatingModalGraphMouse(RenderContext<V, E> rc, AnnotatingGraphMousePlugin<V, E> annotatingPlugin) Create an instance with default values for scale in (1.1) and scale out (1/1.1).AnnotatingModalGraphMouse(RenderContext<V, E> rc, AnnotatingGraphMousePlugin<V, E> annotatingPlugin, float in, float out) Create an instance with the specified scale in and scale out values.AnnotationManager(RenderContext<?, ?> rc) AnnotationPaintable(RenderContext<?, ?> rc, AnnotationRenderer annotationRenderer) -
Uses of RenderContext in edu.uci.ics.jung.visualization.control
Fields in edu.uci.ics.jung.visualization.control declared as RenderContextConstructors in edu.uci.ics.jung.visualization.control with parameters of type RenderContextModifierConstructorDescriptionEditingModalGraphMouse(RenderContext<V, E> rc, com.google.common.base.Supplier<V> vertexFactory, com.google.common.base.Supplier<E> edgeFactory) Creates an instance with the specified rendering context and vertex/edge factories, and with default zoom in/out values of 1.1 and 1/1.1.EditingModalGraphMouse(RenderContext<V, E> rc, com.google.common.base.Supplier<V> vertexFactory, com.google.common.base.Supplier<E> edgeFactory, float in, float out) Creates an instance with the specified rendering context and vertex/edge factories, and with the specified zoom in/out values. -
Uses of RenderContext in edu.uci.ics.jung.visualization.layout
Fields in edu.uci.ics.jung.visualization.layout declared as RenderContextModifier and TypeFieldDescriptionprotected RenderContext<V, E> BoundingRectangleCollector.rcprotected RenderContext<V, E> BoundingRectanglePaintable.rcConstructors in edu.uci.ics.jung.visualization.layout with parameters of type RenderContextModifierConstructorDescriptionBoundingRectangleCollector(RenderContext<V, E> rc, Layout<V, E> layout) BoundingRectanglePaintable(RenderContext<V, E> rc, Layout<V, E> layout) -
Uses of RenderContext in edu.uci.ics.jung.visualization.renderers
Fields in edu.uci.ics.jung.visualization.renderers declared as RenderContextMethods in edu.uci.ics.jung.visualization.renderers with parameters of type RenderContextModifier and TypeMethodDescriptionprotected voidBasicEdgeRenderer.drawSimpleEdge(RenderContext<V, E> rc, Layout<V, E> layout, E e) Draws the edgee, whose endpoints are at(x1,y1)and(x2,y2), on the graphics contextg.protected voidCachingEdgeRenderer.drawSimpleEdge(RenderContext<V, E> rc, Layout<V, E> layout, E e) Draws the edgee, whose endpoints are at(x1,y1)and(x2,y2), on the graphics contextg.protected voidReshapingEdgeRenderer.drawSimpleEdge(RenderContext<V, E> rc, Layout<V, E> layout, E e) Draws the edgee, whose endpoints are at(x1,y1)and(x2,y2), on the graphics contextg.BasicEdgeArrowRenderingSupport.getArrowTransform(RenderContext<V, E> rc, Line2D edgeShape, Shape vertexShape) BasicEdgeArrowRenderingSupport.getArrowTransform(RenderContext<V, E> rc, Shape edgeShape, Shape vertexShape) CenterEdgeArrowRenderingSupport.getArrowTransform(RenderContext<V, E> rc, Line2D edgeShape, Shape vertexShape) CenterEdgeArrowRenderingSupport.getArrowTransform(RenderContext<V, E> rc, Shape edgeShape, Shape vertexShape) EdgeArrowRenderingSupport.getArrowTransform(RenderContext<V, E> rc, Line2D edgeShape, Shape vertexShape) Returns a transform to position the arrowhead on this edge shape at the point where it intersects the passed vertex shape.EdgeArrowRenderingSupport.getArrowTransform(RenderContext<V, E> rc, Shape edgeShape, Shape vertexShape) Returns a transform to position the arrowhead on this edge shape at the point where it intersects the passed vertex shape.protected AffineTransformBasicEdgeArrowRenderingSupport.getReverseArrowTransform(RenderContext<V, E> rc, Line2D edgeShape, Shape vertexShape) BasicEdgeArrowRenderingSupport.getReverseArrowTransform(RenderContext<V, E> rc, Shape edgeShape, Shape vertexShape) BasicEdgeArrowRenderingSupport.getReverseArrowTransform(RenderContext<V, E> rc, Shape edgeShape, Shape vertexShape, boolean passedGo) protected AffineTransformCenterEdgeArrowRenderingSupport.getReverseArrowTransform(RenderContext<V, E> rc, Line2D edgeShape, Shape vertexShape) CenterEdgeArrowRenderingSupport.getReverseArrowTransform(RenderContext<V, E> rc, Shape edgeShape, Shape vertexShape) CenterEdgeArrowRenderingSupport.getReverseArrowTransform(RenderContext<V, E> rc, Shape edgeShape, Shape vertexShape, boolean passedGo) Returns a transform to position the arrowhead on this edge shape at the point where it intersects the passed vertex shape.EdgeArrowRenderingSupport.getReverseArrowTransform(RenderContext<V, E> rc, Shape edgeShape, Shape vertexShape) Returns a transform to position the arrowhead on this edge shape at the point where it intersects the passed vertex shape.EdgeArrowRenderingSupport.getReverseArrowTransform(RenderContext<V, E> rc, Shape edgeShape, Shape vertexShape, boolean passedGo) Returns a transform to position the arrowhead on this edge shape at the point where it intersects the passed vertex shape.voidvoidvoidRenderer.EdgeLabel.NOOP.labelEdge(RenderContext rc, Layout layout, Object e, String label) voidBasicVertexLabelRenderer.labelVertex(RenderContext<V, E> rc, Layout<V, E> layout, V v, String label) Labels the specified vertex with the specified label.voidRenderer.VertexLabel.labelVertex(RenderContext<V, E> rc, Layout<V, E> layout, V v, String label) voidRenderer.VertexLabel.NOOP.labelVertex(RenderContext rc, Layout layout, Object v, String label) voidVertexLabelAsShapeRenderer.labelVertex(RenderContext<V, E> rc, Layout<V, E> layout, V v, String label) Labels the specified vertex with the specified label.voidvoidRenderer.Edge.NOOP.paintEdge(RenderContext rc, Layout layout, Object e) voidprotected voidBasicVertexRenderer.paintIconForVertex(RenderContext<V, E> rc, V v, Layout<V, E> layout) Paintv's icon ongat(x,y).protected voidCachingVertexRenderer.paintIconForVertex(RenderContext<V, E> rc, V v, Layout<V, E> layout) Paintv's icon ongat(x,y).protected voidBasicVertexRenderer.paintShapeForVertex(RenderContext<V, E> rc, V v, Shape shape) protected voidGradientVertexRenderer.paintShapeForVertex(RenderContext<V, E> rc, V v, Shape shape) voidBasicVertexRenderer.paintVertex(RenderContext<V, E> rc, Layout<V, E> layout, V v) voidGradientVertexRenderer.paintVertex(RenderContext<V, E> rc, Layout<V, E> layout, V v) voidRenderer.Vertex.NOOP.paintVertex(RenderContext rc, Layout layout, Object v) voidRenderer.Vertex.paintVertex(RenderContext<V, E> rc, Layout<V, E> layout, V v) protected ShapeBasicEdgeRenderer.prepareFinalEdgeShape(RenderContext<V, E> rc, Layout<V, E> layout, E e, int[] coords, boolean[] loop) protected ShapeBasicVertexRenderer.prepareFinalVertexShape(RenderContext<V, E> rc, V v, Layout<V, E> layout, int[] coords) Returns the vertex shape in view coordinates.BasicEdgeLabelRenderer.prepareRenderer(RenderContext<V, E> rc, EdgeLabelRenderer graphLabelRenderer, Object value, boolean isSelected, E edge) BasicVertexLabelRenderer.prepareRenderer(RenderContext<V, E> rc, VertexLabelRenderer graphLabelRenderer, Object value, boolean isSelected, V vertex) VertexLabelAsShapeRenderer.prepareRenderer(RenderContext<V, E> rc, VertexLabelRenderer graphLabelRenderer, Object value, boolean isSelected, V vertex) voidvoidvoidBasicRenderer.renderEdge(RenderContext<V, E> rc, Layout<V, E> layout, E e) voidRenderer.renderEdge(RenderContext<V, E> rc, Layout<V, E> layout, E e) voidBasicRenderer.renderEdgeLabel(RenderContext<V, E> rc, Layout<V, E> layout, E e) voidRenderer.renderEdgeLabel(RenderContext<V, E> rc, Layout<V, E> layout, E e) voidBasicRenderer.renderVertex(RenderContext<V, E> rc, Layout<V, E> layout, V v) voidRenderer.renderVertex(RenderContext<V, E> rc, Layout<V, E> layout, V v) voidBasicRenderer.renderVertexLabel(RenderContext<V, E> rc, Layout<V, E> layout, V v) voidRenderer.renderVertexLabel(RenderContext<V, E> rc, Layout<V, E> layout, V v) protected booleanBasicVertexRenderer.vertexHit(RenderContext<V, E> rc, Shape s) protected booleanGradientVertexRenderer.vertexHit(RenderContext<V, E> rc, Shape s) Constructors in edu.uci.ics.jung.visualization.renderers with parameters of type RenderContext -
Uses of RenderContext in edu.uci.ics.jung.visualization.spatial
Fields in edu.uci.ics.jung.visualization.spatial declared as RenderContext -
Uses of RenderContext in edu.uci.ics.jung.visualization.transform.shape
Fields in edu.uci.ics.jung.visualization.transform.shape declared as RenderContextModifier and TypeFieldDescriptionprotected RenderContext<V, E> MagnifyImageLensSupport.renderContextprotected RenderContext<V, E> ViewLensSupport.renderContext