Uses of Class
org.jungrapht.visualization.layout.algorithms.eiglsperger.VerticalAlignment.HDirection
-
Packages that use VerticalAlignment.HDirection Package Description org.jungrapht.visualization.layout.algorithms.eiglsperger -
-
Uses of VerticalAlignment.HDirection in org.jungrapht.visualization.layout.algorithms.eiglsperger
Fields in org.jungrapht.visualization.layout.algorithms.eiglsperger declared as VerticalAlignment.HDirection Modifier and Type Field Description protected VerticalAlignment.HDirection
HorizontalCompaction. hDirection
protected VerticalAlignment.HDirection
VerticalAlignment. hDirection
Methods in org.jungrapht.visualization.layout.algorithms.eiglsperger that return VerticalAlignment.HDirection Modifier and Type Method Description static VerticalAlignment.HDirection
VerticalAlignment.HDirection. valueOf(String name)
Returns the enum constant of this type with the specified name.static VerticalAlignment.HDirection[]
VerticalAlignment.HDirection. 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.HDirection 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)
-