Class SVTransformedGraphSupplier<V,E>
- java.lang.Object
-
- org.jungrapht.visualization.layout.util.synthetics.SVTransformedGraphSupplier<V,E>
-
-
Field Summary
Fields Modifier and Type Field Description protected org.jgrapht.Graph<V,E>
graph
protected SingletonTransformer<V,SV<V>>
vertexTransformer
-
Constructor Summary
Constructors Constructor Description SVTransformedGraphSupplier(org.jgrapht.Graph<V,E> graph)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jgrapht.Graph<SV<V>,SE<E>>
get()
Transform and return the graphSingletonTransformer<V,SV<V>>
getVertexTransformer()
-