Package | Description |
---|---|
edu.uci.ics.jung.graph.filters |
Provides for a filtering mechanism that produces subgraphs of an original graph.
|
edu.uci.ics.jung.graph.predicates |
A
Predicate tests whether an Object satisfies a specific
implementation-defined property. |
edu.uci.ics.jung.visualization |
Provides a visualization mechanism for drawing and rendering Graphs.
|
edu.uci.ics.jung.visualization.graphdraw |
Provides support classes for the
GraphDraw mechanism: generalized functions so users can tweak variables freely when creating with EdgeDraw. |
Constructor and Description |
---|
EdgePredicateFilter(EdgePredicate ep) |
Modifier and Type | Class and Description |
---|---|
class |
KPartiteEdgePredicate
An edge predicate that passes
Edge s whose endpoints
satisfy distinct elements of the Predicate collection passed in as
a parameter to the constructor. |
class |
NotInGraphEdgePredicate
A predicate that tests to see whether a specified
edge is currently part of a graph.
|
class |
ParallelEdgePredicate
A predicate that checks to see whether the specified edge
is parallel to any other edge.
|
class |
ReciprocatedDirectedEdgePredicate
Returns
true if and only if this edge is
a DirectedEdge that has an antiparallel
DirectedEdge in this graph. |
class |
SelfLoopEdgePredicate
A predicate that checks to see whether a specified
edge is a self-loop.
|
class |
SimpleEdgePredicate
A predicate that tests to see whether a specified edge is
"simple" (neither parallel to any edge nor a self-loop).
|
class |
TreePredicate |
class |
UserDatumEdgePredicate
A predicate that checks to see whether an edge's user
data repository contains
the constructor-specified (key,datum) pair.
|
Modifier and Type | Field and Description |
---|---|
protected static EdgePredicate |
PluggableRenderer.self_loop |
Modifier and Type | Field and Description |
---|---|
protected static EdgePredicate |
SettableRenderer.self_loop
Deprecated.
|