Uses of Class
org.jungrapht.visualization.layout.algorithms.eiglsperger.VerticalAlignment.VDirection
-
Packages that use VerticalAlignment.VDirection Package Description org.jungrapht.visualization.layout.algorithms.eiglsperger -
-
Uses of VerticalAlignment.VDirection in org.jungrapht.visualization.layout.algorithms.eiglsperger
Fields in org.jungrapht.visualization.layout.algorithms.eiglsperger declared as VerticalAlignment.VDirection Modifier and Type Field Description protected VerticalAlignment.VDirection
HorizontalCompaction. vDirection
protected VerticalAlignment.VDirection
VerticalAlignment. vDirection
Methods in org.jungrapht.visualization.layout.algorithms.eiglsperger that return VerticalAlignment.VDirection Modifier and Type Method Description static VerticalAlignment.VDirection
VerticalAlignment.VDirection. valueOf(String name)
Returns the enum constant of this type with the specified name.static VerticalAlignment.VDirection[]
VerticalAlignment.VDirection. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jungrapht.visualization.layout.algorithms.eiglsperger with parameters of type VerticalAlignment.VDirection Constructor Description HorizontalCompaction(VerticalAlignment.HDirection hDirection, VerticalAlignment.VDirection vDirection, org.jgrapht.Graph<LV<V>,LE<V,E>> svGraph, org.jgrapht.Graph<LV<V>,Integer> compactionGraph, LV<V>[][] layers, Map<LV<V>,LV<V>> rootMap, Map<LV<V>,LV<V>> alignMap, int deltaX, int deltaY)
LeftmostLower(VerticalAlignment.HDirection hDirection, VerticalAlignment.VDirection vDirection, LV<V>[][] layers, org.jgrapht.Graph<LV<V>,Integer> compactionGraph, org.jgrapht.Graph<LV<V>,LE<V,E>> svGraph, Set<LE<V,E>> markedSegments)
LeftmostUpper(VerticalAlignment.HDirection hDirection, VerticalAlignment.VDirection vDirection, LV<V>[][] layers, org.jgrapht.Graph<LV<V>,Integer> compactionGraph, org.jgrapht.Graph<LV<V>,LE<V,E>> svGraph, Set<LE<V,E>> markedSegments)
RightmostLower(VerticalAlignment.HDirection hDirection, VerticalAlignment.VDirection vDirection, LV<V>[][] layers, org.jgrapht.Graph<LV<V>,Integer> compactionGraph, org.jgrapht.Graph<LV<V>,LE<V,E>> svGraph, Set<LE<V,E>> markedSegments)
RightmostUpper(VerticalAlignment.HDirection hDirection, VerticalAlignment.VDirection vDirection, LV<V>[][] layers, org.jgrapht.Graph<LV<V>,Integer> compactionGraph, org.jgrapht.Graph<LV<V>,LE<V,E>> svGraph, Set<LE<V,E>> markedSegments)
VerticalAlignment(VerticalAlignment.HDirection hDirection, VerticalAlignment.VDirection vDirection, LV<V>[][] layers, org.jgrapht.Graph<LV<V>,Integer> compactionGraph, org.jgrapht.Graph<LV<V>,LE<V,E>> svGraph, Set<LE<V,E>> markedSegments)
-