Uses of Class
edu.uci.ics.jung.graph.GraphDecorator
-
Packages that use GraphDecorator Package Description edu.uci.ics.jung.graph Interfaces for the JUNG graph types, and some representative implementations. -
-
Uses of GraphDecorator in edu.uci.ics.jung.graph
Subclasses of GraphDecorator in edu.uci.ics.jung.graph Modifier and Type Class Description class
DelegateForest<V,E>
An implementation ofForest
that delegates to a specifiedDirectedGraph
instance.class
DelegateTree<V,E>
An implementation ofTree
that delegates to a specified instance ofDirectedGraph
.class
ObservableGraph<V,E>
A decorator class for graphs which generates events
-