public class SugiyamaLayout<V,E> extends AbstractLayout<V,E>
Modifier and Type | Class and Description |
---|---|
static class |
SugiyamaLayout.Orientation |
graph, initialized, locations, size
Constructor and Description |
---|
SugiyamaLayout() |
SugiyamaLayout(Graph<V,E> g) |
SugiyamaLayout(Graph<V,E> g,
SugiyamaLayout.Orientation orientation,
int horzSpacing,
int vertSpacing) |
Modifier and Type | Method and Description |
---|---|
void |
initialize()
Initializes fields in the node that may not have
been set during the constructor.
|
void |
reset() |
java.lang.String |
toString() |
getGraph, getSize, getX, getY, isLocked, lock, lock, offsetVertex, setGraph, setInitializer, setLocation, setLocation, setSize, transform
public SugiyamaLayout()
public SugiyamaLayout(Graph<V,E> g, SugiyamaLayout.Orientation orientation, int horzSpacing, int vertSpacing)
public void initialize()
Layout
public java.lang.String toString()
toString
in class java.lang.Object
public void reset()
Copyright © 2021, 2022 Herve Girod. All Rights Reserved. Documentation and source under the BSD 3-Clause licence