public abstract class StaticLayout extends AbstractLayout implements LayoutEmitter
screenSize, visEdgeMap, visVertexMap
Constructor and Description |
---|
StaticLayout() |
Modifier and Type | Method and Description |
---|---|
protected VisEdge |
createVisEdge(Edge e,
VisVertex vv1,
VisVertex vv2) |
protected void |
createVisEdges(java.util.Set edges) |
protected abstract VisVertex |
createVisVertex(Vertex v) |
protected void |
createVisVertices(java.util.Set vertices) |
EmittedLayout |
emit()
this is a copy of this layout that the code can freely stomp on.
|
StaticLayout |
initializeLocations(java.awt.Dimension d,
Graph g) |
getScreenSize, getVisEdge, getVisVertex, repositionLayout, setDimensions
public StaticLayout initializeLocations(java.awt.Dimension d, Graph g)
protected void createVisVertices(java.util.Set vertices)
protected void createVisEdges(java.util.Set edges)
public EmittedLayout emit()
emit
in interface LayoutEmitter
LayoutEmitter.emit()