| Package | Description |
|---|---|
| grammarscope.jung2.layout |
| Modifier and Type | Field and Description |
|---|---|
private static SugiyamaLayout.Orientation |
SugiyamaLayout.DEFAULT_ORIENTATION |
private SugiyamaLayout.Orientation |
SugiyamaLayout.orientation |
| 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(edu.uci.ics.jung.graph.Graph<V,E> g,
SugiyamaLayout.Orientation orientation,
int horzSpacing,
int vertSpacing) |