public class JungSugiyama<V,E>
extends edu.uci.ics.jung.algorithms.layout.AbstractLayout<V,E>
Modifier and Type | Class and Description |
---|---|
static class |
JungSugiyama.Orientation |
Constructor and Description |
---|
JungSugiyama(edu.uci.ics.jung.graph.Graph<V,E> g) |
JungSugiyama(edu.uci.ics.jung.graph.Graph<V,E> g,
JungSugiyama.Orientation orientation,
int horzSpacing,
int vertSpacing) |
Modifier and Type | Method and Description |
---|---|
void |
initialize() |
void |
reset() |
String |
toString() |
public JungSugiyama(edu.uci.ics.jung.graph.Graph<V,E> g, JungSugiyama.Orientation orientation, int horzSpacing, int vertSpacing)
Copyright © 2016–2020. All rights reserved.