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 TypeClassDescriptionclassDelegateForest<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