Uses of Class
edu.uci.ics.jung.graph.GraphDecorator
Packages that use GraphDecorator
Package
Description
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.graphModifier and TypeClassDescriptionclass
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