public interface Layout
Modifier and Type | Method and Description |
---|---|
BoundingBox |
computeBoundingBox(Collection<VertexRef> vertRefs) |
BoundingBox |
getBounds() |
Point |
getInitialLocation(VertexRef v) |
Point |
getLocation(VertexRef v) |
void |
setLocation(VertexRef vertex,
int x,
int y) |
void |
setLocation(VertexRef v,
Point location) |
void setLocation(VertexRef vertex, int x, int y)
BoundingBox getBounds()
BoundingBox computeBoundingBox(Collection<VertexRef> vertRefs)
Copyright © 2015. All Rights Reserved.