Uses of Class
org.jungrapht.visualization.layout.util.synthetics.SingletonTransformer
-
Packages that use SingletonTransformer Package Description org.jungrapht.visualization.layout.algorithms.sugiyama org.jungrapht.visualization.layout.util.synthetics -
-
Uses of SingletonTransformer in org.jungrapht.visualization.layout.algorithms.sugiyama
Methods in org.jungrapht.visualization.layout.algorithms.sugiyama that return SingletonTransformer Modifier and Type Method Description SingletonTransformer<V,LV<V>>
TransformedGraphSupplier. getVertexTransformer()
-
Uses of SingletonTransformer in org.jungrapht.visualization.layout.util.synthetics
Fields in org.jungrapht.visualization.layout.util.synthetics declared as SingletonTransformer Modifier and Type Field Description protected SingletonTransformer<V,SV<V>>
SVTransformedGraphSupplier. vertexTransformer
Methods in org.jungrapht.visualization.layout.util.synthetics that return SingletonTransformer Modifier and Type Method Description SingletonTransformer<V,SV<V>>
SVTransformedGraphSupplier. getVertexTransformer()
-