Uses of Interface
org.jungrapht.visualization.layout.util.synthetics.SV
-
Packages that use SV Package Description org.jungrapht.visualization.layout.algorithms.eiglsperger org.jungrapht.visualization.layout.algorithms.sugiyama org.jungrapht.visualization.layout.util.synthetics -
-
Uses of SV in org.jungrapht.visualization.layout.algorithms.eiglsperger
Classes in org.jungrapht.visualization.layout.algorithms.eiglsperger that implement SV Modifier and Type Class Description classSyntheticLV<V>a vertex that is not in the original graph, but is synthesized in order to position bends in the articulated edges of the SugiyamaLayoutAlgorithm -
Uses of SV in org.jungrapht.visualization.layout.algorithms.sugiyama
Subinterfaces of SV in org.jungrapht.visualization.layout.algorithms.sugiyama Modifier and Type Interface Description interfaceLV<V>Interface for a vertex type for the SugiyamaLayoutAlgorithm.
Implementations of LVreplace instances of V during layout The LV<V> holds metadata information about the position of the vertex in the layered graph for the SugiyamaLayoutAlgorithm Classes in org.jungrapht.visualization.layout.algorithms.sugiyama that implement SV Modifier and Type Class Description classLVI<V>Implementation of a vertex type for a layered layout algorithm.
Instances of LVI<V> replace instances of V during layout The LVI<V> holds metadata information about the position of the vertex in the layered graph.classSyntheticLV<V>a vertex that is not in the original graph, but is synthesized in order to position bends in the articulated edges of the SugiyamaLayoutAlgorithm -
Uses of SV in org.jungrapht.visualization.layout.util.synthetics
Classes in org.jungrapht.visualization.layout.util.synthetics that implement SV Modifier and Type Class Description classSVI<V>Implementation of a delegate class for a generic type VclassSyntheticSV<V>a vertex that is not in the original graph, but is a subtype of SVFields in org.jungrapht.visualization.layout.util.synthetics with type parameters of type SV Modifier and Type Field Description protected SingletonTransformer<V,SV<V>>SVTransformedGraphSupplier. vertexTransformerMethods in org.jungrapht.visualization.layout.util.synthetics that return SV Modifier and Type Method Description static <V> SV<V>SV. of(V vertex)Methods in org.jungrapht.visualization.layout.util.synthetics that return types with arguments of type SV Modifier and Type Method Description org.jgrapht.Graph<SV<V>,SE<E>>SVTransformedGraphSupplier. get()Transform and return the graphSingletonTransformer<V,SV<V>>SVTransformedGraphSupplier. getVertexTransformer()
-