Uses of Class
edu.uci.ics.jung.algorithms.util.Context

Packages that use Context
edu.uci.ics.jung.algorithms.util   
edu.uci.ics.jung.visualization   
edu.uci.ics.jung.visualization.decorators   
edu.uci.ics.jung.visualization.picking   
edu.uci.ics.jung3d.visualization   
samples.graph   
 

Uses of Context in edu.uci.ics.jung.algorithms.util
 

Methods in edu.uci.ics.jung.algorithms.util that return Context
static
<G,E> Context<G,E>
Context.getInstance(G graph, E element)
           
 

Methods in edu.uci.ics.jung.algorithms.util with parameters of type Context
 boolean SelfLoopEdgePredicate.evaluate(Context<Graph<V,E>,E> context)
           
 

Uses of Context in edu.uci.ics.jung.visualization
 

Fields in edu.uci.ics.jung.visualization with type parameters of type Context
protected  org.apache.commons.collections15.Predicate<Context<Graph<V,E>,E>> PluggableRenderContext.edgeArrowPredicate
           
protected  org.apache.commons.collections15.Transformer<Context<Graph<V,E>,E>,Shape> PluggableRenderContext.edgeArrowTransformer
           
protected  org.apache.commons.collections15.Predicate<Context<Graph<V,E>,E>> PluggableRenderContext.edgeIncludePredicate
           
protected  org.apache.commons.collections15.Transformer<Context<Graph<V,E>,E>,Number> PluggableRenderContext.edgeLabelClosenessTransformer
           
protected  org.apache.commons.collections15.Transformer<Context<Graph<V,E>,E>,Shape> PluggableRenderContext.edgeShapeTransformer
           
protected  org.apache.commons.collections15.Predicate<Context<Graph<V,E>,V>> PluggableRenderContext.vertexIncludePredicate
           
 

Methods in edu.uci.ics.jung.visualization that return types with arguments of type Context
 org.apache.commons.collections15.Predicate<Context<Graph<V,E>,E>> RenderContext.getEdgeArrowPredicate()
           
 org.apache.commons.collections15.Predicate<Context<Graph<V,E>,E>> PluggableRenderContext.getEdgeArrowPredicate()
           
 org.apache.commons.collections15.Transformer<Context<Graph<V,E>,E>,Shape> RenderContext.getEdgeArrowTransformer()
           
 org.apache.commons.collections15.Transformer<Context<Graph<V,E>,E>,Shape> PluggableRenderContext.getEdgeArrowTransformer()
           
 org.apache.commons.collections15.Predicate<Context<Graph<V,E>,E>> RenderContext.getEdgeIncludePredicate()
           
 org.apache.commons.collections15.Predicate<Context<Graph<V,E>,E>> PluggableRenderContext.getEdgeIncludePredicate()
           
 org.apache.commons.collections15.Transformer<Context<Graph<V,E>,E>,Number> RenderContext.getEdgeLabelClosenessTransformer()
           
 org.apache.commons.collections15.Transformer<Context<Graph<V,E>,E>,Number> PluggableRenderContext.getEdgeLabelClosenessTransformer()
           
 org.apache.commons.collections15.Transformer<Context<Graph<V,E>,E>,Shape> RenderContext.getEdgeShapeTransformer()
           
 org.apache.commons.collections15.Transformer<Context<Graph<V,E>,E>,Shape> PluggableRenderContext.getEdgeShapeTransformer()
           
 org.apache.commons.collections15.Predicate<Context<Graph<V,E>,V>> RenderContext.getVertexIncludePredicate()
           
 org.apache.commons.collections15.Predicate<Context<Graph<V,E>,V>> PluggableRenderContext.getVertexIncludePredicate()
           
 

Methods in edu.uci.ics.jung.visualization with parameters of type Context
 boolean RenderContext.DirectedEdgeArrowPredicate.evaluate(Context<Graph<V,E>,E> c)
           
 boolean RenderContext.UndirectedEdgeArrowPredicate.evaluate(Context<Graph<V,E>,E> c)
           
 

Method parameters in edu.uci.ics.jung.visualization with type arguments of type Context
 void RenderContext.setEdgeArrowPredicate(org.apache.commons.collections15.Predicate<Context<Graph<V,E>,E>> edgeArrowPredicate)
           
 void PluggableRenderContext.setEdgeArrowPredicate(org.apache.commons.collections15.Predicate<Context<Graph<V,E>,E>> edgeArrowPredicate)
           
 void RenderContext.setEdgeArrowTransformer(org.apache.commons.collections15.Transformer<Context<Graph<V,E>,E>,Shape> edgeArrowTransformer)
           
 void PluggableRenderContext.setEdgeArrowTransformer(org.apache.commons.collections15.Transformer<Context<Graph<V,E>,E>,Shape> edgeArrowTransformer)
           
 void RenderContext.setEdgeIncludePredicate(org.apache.commons.collections15.Predicate<Context<Graph<V,E>,E>> edgeIncludePredicate)
           
 void PluggableRenderContext.setEdgeIncludePredicate(org.apache.commons.collections15.Predicate<Context<Graph<V,E>,E>> edgeIncludePredicate)
           
 void RenderContext.setEdgeLabelClosenessTransformer(org.apache.commons.collections15.Transformer<Context<Graph<V,E>,E>,Number> edgeLabelClosenessTransformer)
           
 void PluggableRenderContext.setEdgeLabelClosenessTransformer(org.apache.commons.collections15.Transformer<Context<Graph<V,E>,E>,Number> edgeLabelClosenessTransformer)
           
 void RenderContext.setEdgeShapeTransformer(org.apache.commons.collections15.Transformer<Context<Graph<V,E>,E>,Shape> edgeShapeTransformer)
           
 void PluggableRenderContext.setEdgeShapeTransformer(org.apache.commons.collections15.Transformer<Context<Graph<V,E>,E>,Shape> edgeShapeTransformer)
           
 void RenderContext.setVertexIncludePredicate(org.apache.commons.collections15.Predicate<Context<Graph<V,E>,V>> vertexIncludePredicate)
           
 void PluggableRenderContext.setVertexIncludePredicate(org.apache.commons.collections15.Predicate<Context<Graph<V,E>,V>> vertexIncludePredicate)
           
 

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

Fields in edu.uci.ics.jung.visualization.decorators with type parameters of type Context
protected  org.apache.commons.collections15.Predicate<Context<Graph<V,E>,E>> GradientEdgePaintTransformer.selfLoop
           
protected  org.apache.commons.collections15.Predicate<Context<Graph<V,E>,E>> GradientEdgePaintRenderer.selfLoop
           
 

Methods in edu.uci.ics.jung.visualization.decorators with parameters of type Context
 Shape EdgeShape.Line.transform(Context<Graph<V,E>,E> context)
          Get the shape for this edge, returning either the shared instance or, in the case of self-loop edges, the SimpleLoop shared instance.
 Shape EdgeShape.BentLine.transform(Context<Graph<V,E>,E> context)
          Get the shape for this edge, returning either the shared instance or, in the case of self-loop edges, the Loop shared instance.
 Shape EdgeShape.QuadCurve.transform(Context<Graph<V,E>,E> context)
          Get the shape for this edge, returning either the shared instance or, in the case of self-loop edges, the Loop shared instance.
 Shape EdgeShape.CubicCurve.transform(Context<Graph<V,E>,E> context)
          Get the shape for this edge, returning either the shared instance or, in the case of self-loop edges, the Loop shared instance.
 Shape EdgeShape.SimpleLoop.transform(Context<Graph<V,E>,E> context)
          getter for the shape
 Shape EdgeShape.Loop.transform(Context<Graph<V,E>,E> context)
          Get the shape for this edge, modifying the diameter in the case of parallel edges, so they do not overlap
 Shape EdgeShape.Wedge.transform(Context<Graph<V,E>,E> context)
           
 Shape EdgeShape.Box.transform(Context<Graph<V,E>,E> context)
          Get the shape for this edge, modifying the diameter in the case of parallel edges, so they do not overlap
 Shape EdgeShape.Orthogonal.transform(Context<Graph<V,E>,E> context)
          Get the shape for this edge, returning either the shared instance or, in the case of self-loop edges, the Loop shared instance.
 Shape DirectionalEdgeArrowTransformer.transform(Context<Graph<V,E>,E> context)
           
 Number ConstantDirectionalEdgeValueTransformer.transform(Context<Graph<V,E>,E> context)
           
 

Uses of Context in edu.uci.ics.jung.visualization.picking
 

Methods in edu.uci.ics.jung.visualization.picking with parameters of type Context
protected  boolean ShapePickSupport.isEdgeRendered(Context<Graph<V,E>,E> context)
           
protected  boolean ShapePickSupport.isVertexRendered(Context<Graph<V,E>,V> context)
           
 

Uses of Context in edu.uci.ics.jung3d.visualization
 

Fields in edu.uci.ics.jung3d.visualization with type parameters of type Context
protected  org.apache.commons.collections15.Transformer<Context<Graph<V,E>,E>,javax.media.j3d.Node> PluggableRenderContext.edgeShapeTransformer
           
 

Methods in edu.uci.ics.jung3d.visualization that return types with arguments of type Context
 org.apache.commons.collections15.Transformer<Context<Graph<V,E>,E>,javax.media.j3d.Node> RenderContext.getEdgeShapeTransformer()
           
 org.apache.commons.collections15.Transformer<Context<Graph<V,E>,E>,javax.media.j3d.Node> PluggableRenderContext.getEdgeShapeTransformer()
           
 

Method parameters in edu.uci.ics.jung3d.visualization with type arguments of type Context
 void RenderContext.setEdgeShapeTransformer(org.apache.commons.collections15.Transformer<Context<Graph<V,E>,E>,javax.media.j3d.Node> edgeShapeTransformer)
           
 void PluggableRenderContext.setEdgeShapeTransformer(org.apache.commons.collections15.Transformer<Context<Graph<V,E>,E>,javax.media.j3d.Node> edgeShapeTransformer)
           
 

Uses of Context in samples.graph
 

Fields in samples.graph with type parameters of type Context
protected  org.apache.commons.collections15.Predicate<Context<Graph<Integer,Number>,Number>> PluggableRendererDemo.self_loop
           
 



Copyright © 2007. All Rights Reserved.