Modifier and Type | Method and Description |
---|---|
Layout |
Graph.getLayout() |
Modifier and Type | Method and Description |
---|---|
void |
Graph.setLayout(Layout layout) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultLayout |
Modifier and Type | Field and Description |
---|---|
protected Layout |
ISOMLayoutAlgorithm.NonStupidISOMLayout.m_layout |
Modifier and Type | Method and Description |
---|---|
protected static org.apache.commons.collections15.Transformer<VertexRef,Point2D> |
AbstractLayoutAlgorithm.initializer(Layout graphLayout) |
protected static org.apache.commons.collections15.Transformer<VertexRef,Point2D> |
TopoFRLayoutAlgorithm.initializer(Layout graphLayout,
int xOffset,
int yOffset) |
protected static org.apache.commons.collections15.Transformer<VertexRef,Point2D> |
FRLayoutAlgorithm.initializer(Layout graphLayout,
int xOffset,
int yOffset) |
protected static org.apache.commons.collections15.Transformer<VertexRef,Point2D> |
AbstractLayoutAlgorithm.initializer(Layout graphLayout,
int xOffset,
int yOffset) |
Constructor and Description |
---|
NonStupidISOMLayout(edu.uci.ics.jung.graph.Graph<VertexRef,EdgeRef> g,
Layout graphLayout) |
Modifier and Type | Method and Description |
---|---|
Layout |
DefaultGraph.getLayout() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultGraph.setLayout(Layout layout) |
Copyright © 2021. All rights reserved.