|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.sqlpower.architect.layout.AbstractLayout
ca.sqlpower.architect.layout.ArchitectGridLayout
public class ArchitectGridLayout
| Field Summary |
|---|
| Fields inherited from class ca.sqlpower.architect.layout.AbstractLayout |
|---|
frame |
| Constructor Summary | |
|---|---|
ArchitectGridLayout()
|
|
| Method Summary | |
|---|---|
void |
done()
Interrupts the algorithm and node bounds in a consistent state. |
boolean |
isDone()
Returns true iff the layout is finished. |
void |
nextFrame()
Updates all the node locations to correspond with the positions they should have in the next frame. |
void |
setup(java.util.Collection<? extends LayoutNode> nodes,
java.util.Collection<? extends LayoutEdge> edges,
java.awt.Rectangle rect)
Sets up the layout algoritm. |
| Methods inherited from class ca.sqlpower.architect.layout.AbstractLayout |
|---|
getNewArea, getProperty, setProperty |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ArchitectGridLayout()
| Method Detail |
|---|
public void setup(java.util.Collection<? extends LayoutNode> nodes,
java.util.Collection<? extends LayoutEdge> edges,
java.awt.Rectangle rect)
ArchitectLayout
setup in interface ArchitectLayoutsetup in class AbstractLayoutnodes - The list of entities to be placed onpublic void done()
ArchitectLayout
public boolean isDone()
ArchitectLayout
public void nextFrame()
ArchitectLayout
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||