Class TransformedGraphSupplier<V,E>
- java.lang.Object
-
- org.jungrapht.visualization.layout.algorithms.sugiyama.TransformedGraphSupplier<V,E>
-
-
Constructor Summary
Constructors Constructor Description TransformedGraphSupplier(org.jgrapht.Graph<V,E> graph)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jgrapht.Graph<LV<V>,LE<V,E>>
get()
SingletonTransformer<V,LV<V>>
getVertexTransformer()
-