| 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()
|
| 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)
|
| 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)
|