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 classDelegateForest<V,E>An implementation ofForestthat delegates to a specifiedDirectedGraphinstance.classDelegateTree<V,E>An implementation ofTreethat delegates to a specified instance ofDirectedGraph.classObservableGraph<V,E>A decorator class for graphs which generates events
-