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

Packages that use Context
edu.uci.ics.jung.algorithms.util Provides general algorithmic utilities. 
edu.uci.ics.jung.graph.util Utility interfaces and classes for the JUNG API. 
edu.uci.ics.jung.visualization Frameworks and mechanisms for visualizing JUNG graphs using Swing/AWT. 
edu.uci.ics.jung.visualization.decorators Mechanisms for associating data (shapes, colors, values, strings, etc.) with graph elements. 
edu.uci.ics.jung.visualization.picking Visualization mechanisms for supporting the selection of graph elements. 
 

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

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.graph.util
 

Fields in edu.uci.ics.jung.graph.util with type parameters of type Context
protected  Map<Context<Graph<V,E>,E>,Integer> DefaultParallelEdgeIndexFunction.edge_index
           
 

Methods in edu.uci.ics.jung.graph.util that return Context
static
<G,E> Context<G,E>
Context.getInstance(G graph, E element)
          Returns an instance of this type for the specified graph and element.
 

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

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)
           
 

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

Methods in edu.uci.ics.jung.visualization.decorators with parameters of type Context
 Number ConstantDirectionalEdgeValueTransformer.transform(Context<Graph<V,E>,E> context)
           
 Shape DirectionalEdgeArrowTransformer.transform(Context<Graph<V,E>,E> 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.
 

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)
          Returns true if this edge and its endpoints in this graph are all included in the collections of elements to be rendered, and false otherwise.
protected  boolean ShapePickSupport.isVertexRendered(Context<Graph<V,E>,V> context)
          Returns true if this vertex in this graph is included in the collections of elements to be rendered, and false otherwise.
 



Copyright © 2010 null. All Rights Reserved.