Uses of Class
edu.uci.ics.jung.graph.util.Context
Packages that use Context
Package
Description
Provides general algorithmic utilities.
Utility interfaces and classes for the JUNG API.
Sample applications created using JUNG, largely focused on visualization.
Frameworks and mechanisms for visualizing JUNG graphs using Swing/AWT.
Mechanisms for associating data (shapes, colors, values, strings, etc.) with
graph elements.
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 -
Uses of Context in edu.uci.ics.jung.graph.util
Fields in edu.uci.ics.jung.graph.util declared as ContextFields in edu.uci.ics.jung.graph.util with type parameters of type ContextMethods in edu.uci.ics.jung.graph.util that return ContextModifier and TypeMethodDescriptionstatic <G,
E> Context <G, E> Context.getInstance
(G graph, E element) -
Uses of Context in edu.uci.ics.jung.samples
Fields in edu.uci.ics.jung.samples with type parameters of type ContextModifier and TypeFieldDescriptionPluggableRendererDemo.self_loop
PluggableRendererDemo.GradientPickedEdgePaintFunction.selfLoop
Methods in edu.uci.ics.jung.samples with parameters of type Context -
Uses of Context in edu.uci.ics.jung.visualization
Fields in edu.uci.ics.jung.visualization with type parameters of type ContextModifier and TypeFieldDescriptionPluggableRenderContext.edgeArrowPredicate
PluggableRenderContext.edgeArrowTransformer
PluggableRenderContext.edgeIncludePredicate
PluggableRenderContext.edgeLabelClosenessTransformer
PluggableRenderContext.vertexIncludePredicate
Methods in edu.uci.ics.jung.visualization that return types with arguments of type ContextModifier and TypeMethodDescriptionPluggableRenderContext.getEdgeArrowPredicate()
RenderContext.getEdgeArrowPredicate()
PluggableRenderContext.getEdgeArrowTransformer()
RenderContext.getEdgeArrowTransformer()
PluggableRenderContext.getEdgeIncludePredicate()
RenderContext.getEdgeIncludePredicate()
PluggableRenderContext.getEdgeLabelClosenessTransformer()
RenderContext.getEdgeLabelClosenessTransformer()
PluggableRenderContext.getVertexIncludePredicate()
RenderContext.getVertexIncludePredicate()
Methods in edu.uci.ics.jung.visualization with parameters of type ContextModifier and TypeMethodDescriptionboolean
boolean
Method parameters in edu.uci.ics.jung.visualization with type arguments of type ContextModifier and TypeMethodDescriptionvoid
PluggableRenderContext.setEdgeArrowPredicate
(com.google.common.base.Predicate<Context<Graph<V, E>, E>> edgeArrowPredicate) void
RenderContext.setEdgeArrowPredicate
(com.google.common.base.Predicate<Context<Graph<V, E>, E>> edgeArrowPredicate) void
PluggableRenderContext.setEdgeArrowTransformer
(com.google.common.base.Function<? super Context<Graph<V, E>, E>, Shape> edgeArrowTransformer) void
RenderContext.setEdgeArrowTransformer
(com.google.common.base.Function<? super Context<Graph<V, E>, E>, Shape> edgeArrowTransformer) void
PluggableRenderContext.setEdgeIncludePredicate
(com.google.common.base.Predicate<Context<Graph<V, E>, E>> edgeIncludePredicate) void
RenderContext.setEdgeIncludePredicate
(com.google.common.base.Predicate<Context<Graph<V, E>, E>> edgeIncludePredicate) void
PluggableRenderContext.setEdgeLabelClosenessTransformer
(com.google.common.base.Function<? super Context<Graph<V, E>, E>, Number> edgeLabelClosenessTransformer) void
RenderContext.setEdgeLabelClosenessTransformer
(com.google.common.base.Function<? super Context<Graph<V, E>, E>, Number> edgeLabelClosenessTransformer) void
PluggableRenderContext.setVertexIncludePredicate
(com.google.common.base.Predicate<Context<Graph<V, E>, V>> vertexIncludePredicate) void
RenderContext.setVertexIncludePredicate
(com.google.common.base.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 ContextMethods in edu.uci.ics.jung.visualization.decorators with parameters of type Context -
Uses of Context in edu.uci.ics.jung.visualization.picking
Methods in edu.uci.ics.jung.visualization.picking with parameters of type ContextModifier and TypeMethodDescriptionprotected boolean
Returnstrue
if this edge and its endpoints in this graph are all included in the collections of elements to be rendered, andfalse
otherwise.protected boolean
Returnstrue
if this vertex in this graph is included in the collections of elements to be rendered, andfalse
otherwise.