Uses of Interface
edu.uci.ics.jung.visualization.RenderContext

Packages that use RenderContext
edu.uci.ics.jung.visualization Frameworks and mechanisms for visualizing JUNG graphs using Swing/AWT. 
edu.uci.ics.jung.visualization.annotations Classes which support creating visual annotations for graphs. 
edu.uci.ics.jung.visualization.control Mechanisms for manipulating and controlling a graph visualization, largely in terms of mouse plugins. 
edu.uci.ics.jung.visualization.decorators Mechanisms for associating data (shapes, colors, values, strings, etc.) with graph elements. 
edu.uci.ics.jung.visualization.jai   
edu.uci.ics.jung.visualization.layout Visualization mechanisms related to graph layout: caching, persistence, event-emitting, etc. 
edu.uci.ics.jung.visualization.renderers Visualization mechanisms relating to rendering. 
edu.uci.ics.jung.visualization.transform.shape 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 RenderContext
 class PluggableRenderContext<V,E>
           
 

Fields in edu.uci.ics.jung.visualization declared as RenderContext
protected  RenderContext<V,E> BasicVisualizationServer.renderContext
           
 

Methods in edu.uci.ics.jung.visualization that return RenderContext
 RenderContext<V,E> BasicVisualizationServer.getRenderContext()
           
 RenderContext<V,E> VisualizationServer.getRenderContext()
           
 

Methods in edu.uci.ics.jung.visualization with parameters of type RenderContext
 void BasicVisualizationServer.setRenderContext(RenderContext<V,E> renderContext)
           
 void VisualizationServer.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 RenderContext
protected  RenderContext<V,E> AnnotatingGraphMousePlugin.rc
          holds rendering settings
protected  RenderContext<V,E> AnnotatingModalGraphMouse.rc
           
protected  RenderContext AnnotationManager.rc
           
protected  RenderContext AnnotationPaintable.rc
           
 

Methods in edu.uci.ics.jung.visualization.annotations with parameters of type RenderContext
 Component AnnotationManager.prepareRenderer(RenderContext rc, AnnotationRenderer annotationRenderer, Object value)
           
 Component AnnotationPaintable.prepareRenderer(RenderContext rc, AnnotationRenderer annotationRenderer, Object value)
           
 

Constructors in edu.uci.ics.jung.visualization.annotations with parameters of type RenderContext
AnnotatingGraphMousePlugin(RenderContext<V,E> rc)
          create an instance with default settings
AnnotatingGraphMousePlugin(RenderContext<V,E> rc, int selectionModifiers, int additionalModifiers)
          create an instance with overides
AnnotatingModalGraphMouse(RenderContext<V,E> rc, AnnotatingGraphMousePlugin<V,E> annotatingPlugin)
          create an instance with default values
AnnotatingModalGraphMouse(RenderContext<V,E> rc, AnnotatingGraphMousePlugin<V,E> annotatingPlugin, float in, float out)
          create an instance with passed 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 RenderContext
protected  RenderContext<V,E> EditingModalGraphMouse.rc
           
 

Constructors in edu.uci.ics.jung.visualization.control with parameters of type RenderContext
EditingModalGraphMouse(RenderContext<V,E> rc,  vertexFactory,  edgeFactory)
          create an instance with default values
EditingModalGraphMouse(RenderContext<V,E> rc,  vertexFactory,  edgeFactory, float in, float out)
          create an instance with passed values
 

Uses of RenderContext in edu.uci.ics.jung.visualization.decorators
 

Methods in edu.uci.ics.jung.visualization.decorators with parameters of type RenderContext
 void GradientEdgePaintRenderer.paintEdge(RenderContext<V,E> rc, Layout<V,E> layout, E e)
           
 

Uses of RenderContext in edu.uci.ics.jung.visualization.jai
 

Fields in edu.uci.ics.jung.visualization.jai declared as RenderContext
protected  RenderContext<V,E> HyperbolicImageLensSupport.renderContext
           
protected  RenderContext<V,E> PerspectiveImageLensSupport.renderContext
           
protected  RenderContext<V,E> PerspectiveViewTransformSupport.renderContext
           
 

Methods in edu.uci.ics.jung.visualization.jai with parameters of type RenderContext
 void TransformingImageVertexIconRenderer.paintIconForVertex(RenderContext<V,E> rc, V v, Layout<V,E> layout)
           
 

Uses of RenderContext in edu.uci.ics.jung.visualization.layout
 

Fields in edu.uci.ics.jung.visualization.layout declared as RenderContext
protected  RenderContext<V,E> BoundingRectangleCollector.rc
           
protected  RenderContext<V,E> BoundingRectanglePaintable.rc
           
 

Constructors in edu.uci.ics.jung.visualization.layout with parameters of type RenderContext
BoundingRectangleCollector(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 RenderContext
protected  RenderContext<V,E> VertexLabelAsShapeRenderer.rc
           
 

Methods in edu.uci.ics.jung.visualization.renderers with parameters of type RenderContext
protected  void BasicEdgeRenderer.drawSimpleEdge(RenderContext<V,E> rc, Layout<V,E> layout, E e)
          Draws the edge e, whose endpoints are at (x1,y1) and (x2,y2), on the graphics context g.
protected  void ReshapingEdgeRenderer.drawSimpleEdge(RenderContext<V,E> rc, Layout<V,E> layout, E e)
          Draws the edge e, whose endpoints are at (x1,y1) and (x2,y2), on the graphics context g.
 AffineTransform BasicEdgeRenderer.getArrowTransform(RenderContext<V,E> rc, GeneralPath edgeShape, Shape vertexShape)
          Returns a transform to position the arrowhead on this edge shape at the point where it intersects the passed vertex shape.
 AffineTransform ReshapingEdgeRenderer.getArrowTransform(RenderContext<V,E> rc, GeneralPath edgeShape, Shape vertexShape)
          Returns a transform to position the arrowhead on this edge shape at the point where it intersects the passed vertex shape.
 AffineTransform BasicEdgeRenderer.getArrowTransform(RenderContext<V,E> rc, Line2D edgeShape, Shape vertexShape)
          This is used for the arrow of a directed and for one of the arrows for non-directed edges Get a transform to place the arrow shape on the passed edge at the point where it intersects the passed shape
 AffineTransform ReshapingEdgeRenderer.getArrowTransform(RenderContext<V,E> rc, Line2D edgeShape, Shape vertexShape)
          This is used for the arrow of a directed and for one of the arrows for non-directed edges Get a transform to place the arrow shape on the passed edge at the point where it intersects the passed shape
 AffineTransform BasicEdgeRenderer.getReverseArrowTransform(RenderContext<V,E> rc, GeneralPath edgeShape, Shape vertexShape)
          Returns a transform to position the arrowhead on this edge shape at the point where it intersects the passed vertex shape.
 AffineTransform ReshapingEdgeRenderer.getReverseArrowTransform(RenderContext<V,E> rc, GeneralPath edgeShape, Shape vertexShape)
          Returns a transform to position the arrowhead on this edge shape at the point where it intersects the passed vertex shape.
 AffineTransform BasicEdgeRenderer.getReverseArrowTransform(RenderContext<V,E> rc, GeneralPath 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.
 AffineTransform ReshapingEdgeRenderer.getReverseArrowTransform(RenderContext<V,E> rc, GeneralPath 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.
protected  AffineTransform BasicEdgeRenderer.getReverseArrowTransform(RenderContext<V,E> rc, Line2D edgeShape, Shape vertexShape)
          This is used for the reverse-arrow of a non-directed edge get a transform to place the arrow shape on the passed edge at the point where it intersects the passed shape
protected  AffineTransform ReshapingEdgeRenderer.getReverseArrowTransform(RenderContext<V,E> rc, Line2D edgeShape, Shape vertexShape)
          This is used for the reverse-arrow of a non-directed edge get a transform to place the arrow shape on the passed edge at the point where it intersects the passed shape
 void BasicEdgeLabelRenderer.labelEdge(RenderContext<V,E> rc, Layout<V,E> layout, E e, String label)
           
 void Renderer.EdgeLabel.labelEdge(RenderContext<V,E> rc, Layout<V,E> layout, E e, String label)
           
 void Renderer.EdgeLabel.NOOP.labelEdge(RenderContext rc, Layout layout, Object e, String label)
           
 void BasicVertexLabelRenderer.labelVertex(RenderContext<V,E> rc, Layout<V,E> layout, V v, String label)
          Labels the specified vertex with the specified label.
 void Renderer.VertexLabel.labelVertex(RenderContext<V,E> rc, Layout<V,E> layout, V v, String label)
           
 void VertexLabelAsShapeRenderer.labelVertex(RenderContext<V,E> rc, Layout<V,E> layout, V v, String label)
          Labels the specified vertex with the specified label.
 void Renderer.VertexLabel.NOOP.labelVertex(RenderContext rc, Layout layout, Object v, String label)
           
 void BasicEdgeRenderer.paintEdge(RenderContext<V,E> rc, Layout<V,E> layout, E e)
           
 void Renderer.Edge.paintEdge(RenderContext<V,E> rc, Layout<V,E> layout, E e)
           
 void Renderer.Edge.NOOP.paintEdge(RenderContext rc, Layout layout, Object e)
           
protected  void BasicVertexRenderer.paintIconForVertex(RenderContext<V,E> rc, V v, Layout<V,E> layout)
          Paint v's icon on g at (x,y).
protected  void BasicVertexRenderer.paintShapeForVertex(RenderContext<V,E> rc, V v, Shape shape)
           
protected  void GradientVertexRenderer.paintShapeForVertex(RenderContext<V,E> rc, V v, Shape shape)
           
 void BasicVertexRenderer.paintVertex(RenderContext<V,E> rc, Layout<V,E> layout, V v)
           
 void GradientVertexRenderer.paintVertex(RenderContext<V,E> rc, Layout<V,E> layout, V v)
           
 void Renderer.Vertex.paintVertex(RenderContext<V,E> rc, Layout<V,E> layout, V v)
           
 void Renderer.Vertex.NOOP.paintVertex(RenderContext rc, Layout layout, Object v)
           
 Component BasicEdgeLabelRenderer.prepareRenderer(RenderContext<V,E> rc, EdgeLabelRenderer graphLabelRenderer, Object value, boolean isSelected, E edge)
           
 Component BasicVertexLabelRenderer.prepareRenderer(RenderContext<V,E> rc, VertexLabelRenderer graphLabelRenderer, Object value, boolean isSelected, V vertex)
           
 Component VertexLabelAsShapeRenderer.prepareRenderer(RenderContext<V,E> rc, VertexLabelRenderer graphLabelRenderer, Object value, boolean isSelected, V vertex)
           
 void BasicRenderer.render(RenderContext<V,E> renderContext, Layout<V,E> layout)
           
 void Renderer.render(RenderContext<V,E> rc, Layout<V,E> layout)
           
 void BasicRenderer.renderEdge(RenderContext<V,E> rc, Layout<V,E> layout, E e)
           
 void Renderer.renderEdge(RenderContext<V,E> rc, Layout<V,E> layout, E e)
           
 void BasicRenderer.renderEdgeLabel(RenderContext<V,E> rc, Layout<V,E> layout, E e)
           
 void Renderer.renderEdgeLabel(RenderContext<V,E> rc, Layout<V,E> layout, E e)
           
 void BasicRenderer.renderVertex(RenderContext<V,E> rc, Layout<V,E> layout, V v)
           
 void Renderer.renderVertex(RenderContext<V,E> rc, Layout<V,E> layout, V v)
           
 void BasicRenderer.renderVertexLabel(RenderContext<V,E> rc, Layout<V,E> layout, V v)
           
 void Renderer.renderVertexLabel(RenderContext<V,E> rc, Layout<V,E> layout, V v)
           
protected  boolean BasicVertexRenderer.vertexHit(RenderContext<V,E> rc, Shape s)
           
protected  boolean GradientVertexRenderer.vertexHit(RenderContext<V,E> rc, Shape s)
           
 

Constructors in edu.uci.ics.jung.visualization.renderers with parameters of type RenderContext
VertexLabelAsShapeRenderer(RenderContext<V,E> rc)
           
 

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

Fields in edu.uci.ics.jung.visualization.transform.shape declared as RenderContext
protected  RenderContext<V,E> MagnifyImageLensSupport.renderContext
           
protected  RenderContext<V,E> ViewLensSupport.renderContext
           
 



Copyright © 2008 null. All Rights Reserved.