Uses of Class
org.jungrapht.visualization.layout.algorithms.sugiyama.Layering
-
Packages that use Layering Package Description org.jungrapht.samples.util Sample applications utilitiesorg.jungrapht.visualization.layout.algorithms Support for graph layout algorithmsorg.jungrapht.visualization.layout.algorithms.eiglsperger org.jungrapht.visualization.layout.algorithms.sugiyama -
-
Uses of Layering in org.jungrapht.samples.util
Methods in org.jungrapht.samples.util that return Layering Modifier and Type Method Description Layering
LayeringConfiguration. getLayeringPreference()
Constructors in org.jungrapht.samples.util with parameters of type Layering Constructor Description LayeringConfiguration(Layering layeringPreference)
-
Uses of Layering in org.jungrapht.visualization.layout.algorithms
Fields in org.jungrapht.visualization.layout.algorithms declared as Layering Modifier and Type Field Description protected Layering
AbstractHierarchicalMinCrossLayoutAlgorithm.Builder. layering
protected Layering
AbstractHierarchicalMinCrossLayoutAlgorithm. layering
Methods in org.jungrapht.visualization.layout.algorithms with parameters of type Layering Modifier and Type Method Description B
AbstractHierarchicalMinCrossLayoutAlgorithm.Builder. layering(Layering layering)
void
AbstractHierarchicalMinCrossLayoutAlgorithm. setLayering(Layering layering)
void
Layered. setLayering(Layering layering)
Constructors in org.jungrapht.visualization.layout.algorithms with parameters of type Layering Constructor Description AbstractHierarchicalMinCrossLayoutAlgorithm(Function<V,Rectangle> vertexBoundsFunction, boolean straightenEdges, boolean postStraighten, boolean transpose, int maxLevelCross, Function<org.jgrapht.Graph<V,E>,Integer> maxLevelCrossFunction, boolean expandLayout, Layering layering, boolean threaded, Executor executor, boolean separateComponents, Runnable after)
EiglspergerLayoutAlgorithm(Function<V,Rectangle> vertexShapeFunction, boolean straightenEdges, boolean postStraighten, boolean transpose, int maxLevelCross, Function<org.jgrapht.Graph<V,E>,Integer> maxLevelCrossFunction, boolean expandLayout, Layering layering, boolean threaded, Executor executor, boolean separateComponents, Runnable after)
HierarchicalMinCrossLayoutAlgorithm(Function<V,Rectangle> vertexShapeFunction, int eiglspergerThreshold, boolean straightenEdges, boolean postStraighten, boolean transpose, int transposeLimit, int maxLevelCross, Function<org.jgrapht.Graph<V,E>,Integer> maxLevelCrossFunction, boolean expandLayout, Layering layering, boolean threaded, Executor executor, boolean separateComponents, Runnable after)
-
Uses of Layering in org.jungrapht.visualization.layout.algorithms.eiglsperger
Fields in org.jungrapht.visualization.layout.algorithms.eiglsperger declared as Layering Modifier and Type Field Description protected Layering
EiglspergerRunnable.Builder. layering
protected Layering
EiglspergerRunnable. layering
Methods in org.jungrapht.visualization.layout.algorithms.eiglsperger with parameters of type Layering Modifier and Type Method Description B
EiglspergerRunnable.Builder. layering(Layering layering)
Constructors in org.jungrapht.visualization.layout.algorithms.eiglsperger with parameters of type Layering Constructor Description EiglspergerRunnable(LayoutModel<V> layoutModel, Function<V,Rectangle> vertexShapeFunction, boolean straightenEdges, boolean postStraighten, boolean transpose, int maxLevelCross, boolean minimizeEdgeLength, Layering layering, boolean multiComponent)
-
Uses of Layering in org.jungrapht.visualization.layout.algorithms.sugiyama
Fields in org.jungrapht.visualization.layout.algorithms.sugiyama declared as Layering Modifier and Type Field Description protected Layering
SugiyamaRunnable.Builder. layering
protected Layering
SugiyamaRunnable. layering
Methods in org.jungrapht.visualization.layout.algorithms.sugiyama that return Layering Modifier and Type Method Description static Layering
Layering. valueOf(String name)
Returns the enum constant of this type with the specified name.static Layering[]
Layering. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jungrapht.visualization.layout.algorithms.sugiyama with parameters of type Layering Modifier and Type Method Description B
SugiyamaRunnable.Builder. layering(Layering layering)
-