|
||||||||||
| 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.BasicTreeAutoLayout
public class BasicTreeAutoLayout
| Constructor Summary | |
|---|---|
BasicTreeAutoLayout()
|
|
| Method Summary | |
|---|---|
void |
done()
Interrupts the algorithm and node bounds in a consistent state. |
boolean |
isAnimationEnabled()
|
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 |
setAnimationEnabled(boolean animationEnabled)
|
void |
setup(java.util.Collection<? extends LayoutNode> nodes,
java.util.Collection<? extends LayoutEdge> edges,
java.awt.Rectangle frame)
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 BasicTreeAutoLayout()
| Method Detail |
|---|
public boolean isAnimationEnabled()
public void setAnimationEnabled(boolean animationEnabled)
public void setup(java.util.Collection<? extends LayoutNode> nodes,
java.util.Collection<? extends LayoutEdge> edges,
java.awt.Rectangle frame)
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 | |||||||||