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 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 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.edgeArrowPredicatePluggableRenderContext.edgeArrowTransformerPluggableRenderContext.edgeIncludePredicatePluggableRenderContext.edgeLabelClosenessTransformerPluggableRenderContext.vertexIncludePredicateMethods 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 TypeMethodDescriptionbooleanbooleanbooleanbooleanMethod parameters in edu.uci.ics.jung.visualization with type arguments of type ContextModifier and TypeMethodDescriptionvoidPluggableRenderContext.setEdgeArrowPredicate(com.google.common.base.Predicate<Context<Graph<V, E>, E>> edgeArrowPredicate) voidRenderContext.setEdgeArrowPredicate(com.google.common.base.Predicate<Context<Graph<V, E>, E>> edgeArrowPredicate) voidPluggableRenderContext.setEdgeArrowTransformer(com.google.common.base.Function<? super Context<Graph<V, E>, E>, Shape> edgeArrowTransformer) voidRenderContext.setEdgeArrowTransformer(com.google.common.base.Function<? super Context<Graph<V, E>, E>, Shape> edgeArrowTransformer) voidPluggableRenderContext.setEdgeIncludePredicate(com.google.common.base.Predicate<Context<Graph<V, E>, E>> edgeIncludePredicate) voidRenderContext.setEdgeIncludePredicate(com.google.common.base.Predicate<Context<Graph<V, E>, E>> edgeIncludePredicate) voidPluggableRenderContext.setEdgeLabelClosenessTransformer(com.google.common.base.Function<? super Context<Graph<V, E>, E>, Number> edgeLabelClosenessTransformer) voidRenderContext.setEdgeLabelClosenessTransformer(com.google.common.base.Function<? super Context<Graph<V, E>, E>, Number> edgeLabelClosenessTransformer) voidPluggableRenderContext.setVertexIncludePredicate(com.google.common.base.Predicate<Context<Graph<V, E>, V>> vertexIncludePredicate) voidRenderContext.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 booleanReturnstrueif this edge and its endpoints in this graph are all included in the collections of elements to be rendered, andfalseotherwise.protected booleanReturnstrueif this vertex in this graph is included in the collections of elements to be rendered, andfalseotherwise.