Package | Description |
---|---|
edu.uci.ics.jung.algorithms.layout |
Algorithms for assigning 2D coordinates (typically used for graph visualizations)
to vertices.
|
Modifier and Type | Method and Description |
---|---|
static SugiyamaLayout.Orientation |
SugiyamaLayout.Orientation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SugiyamaLayout.Orientation[] |
SugiyamaLayout.Orientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SugiyamaLayout(Graph<V,E> g,
SugiyamaLayout.Orientation orientation,
int horzSpacing,
int vertSpacing) |
Copyright © 2021, 2022 Herve Girod. All Rights Reserved. Documentation and source under the BSD 3-Clause licence