|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.layout.AbstractLayouter
de.uni_paderborn.fujaba.layout.SpringEmbedderLayout
Class 'SpringEmbedderLayout' specified in class diagram 'TreeLayout.java diagram'.
Method Summary | |
boolean |
addToPreferredPos(FSAObject key,
java.awt.Point value)
Access method for an one to n association. |
boolean |
addToPreferredPos(java.util.Map.Entry entry)
Access method for an one to n association. |
java.util.Iterator |
entriesOfPreferredPos()
No comment provided by developer, please add a comment to improve documentation. |
static SpringEmbedderLayout |
get()
Use this method to get a reference to singleton layouter classes the class var is defined in AbstractLayouter. |
java.awt.Point |
getFromPreferredPos(FSAObject key)
Get the fromPreferredPos attribute of the SpringEmbedderLayout object |
boolean |
hasInPreferredPos(FSAObject key,
java.awt.Point value)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
hasInPreferredPos(java.awt.Point value)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
hasKeyInPreferredPos(FSAObject key)
No comment provided by developer, please add a comment to improve documentation. |
java.util.Iterator |
iteratorOfPreferredPos()
No comment provided by developer, please add a comment to improve documentation. |
java.util.Iterator |
keysOfPreferredPos()
No comment provided by developer, please add a comment to improve documentation. |
void |
reLayout(FSAContainer currentCanvas)
UMLMethod: '+ reLayout (currentCanvas : DisResizeable) : Void' Method for invoking a Spring Embedder Layout sequence. |
void |
removeAllFromPreferredPos()
No comment provided by developer, please add a comment to improve documentation. |
boolean |
removeFromPreferredPos(FSAObject key,
java.awt.Point value)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
removeFromPreferredPos(java.awt.Point value)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
removeKeyFromPreferredPos(FSAObject key)
No comment provided by developer, please add a comment to improve documentation. |
void |
removeYou()
No comment provided by developer, please add a comment to improve documentation. |
int |
sizeOfPreferredPos()
No comment provided by developer, please add a comment to improve documentation. |
Methods inherited from class de.uni_paderborn.fujaba.layout.AbstractLayouter |
checkVisited, getChild, getFrame, getFromToFrame, getHorizDist, getLeft, getPreferredLen, getPresetAdjustment, getRevMyLayouter, getVertDist, innerLayout, isLastCondition, refreshOptions, searchStart, setHorizDist, setLastCondition, setLeft, setPresetAdjustment, setRevMyLayouter, setVertDist |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static SpringEmbedderLayout get()
public void reLayout(FSAContainer currentCanvas) throws java.lang.InterruptedException
reLayout
in class AbstractLayouter
currentCanvas
- The Canvas which should be layouted.
java.lang.InterruptedException
- Exception description not providedpublic int sizeOfPreferredPos()
public void removeYou()
removeYou
in class AbstractLayouter
public boolean removeKeyFromPreferredPos(FSAObject key)
key
- No description provided
public boolean removeFromPreferredPos(FSAObject key, java.awt.Point value)
key
- No description providedvalue
- No description provided
public boolean removeFromPreferredPos(java.awt.Point value)
value
- No description provided
public void removeAllFromPreferredPos()
public java.util.Iterator keysOfPreferredPos()
public java.util.Iterator iteratorOfPreferredPos()
public boolean hasKeyInPreferredPos(FSAObject key)
key
- No description provided
public boolean hasInPreferredPos(FSAObject key, java.awt.Point value)
key
- No description providedvalue
- No description provided
public boolean hasInPreferredPos(java.awt.Point value)
value
- No description provided
public java.awt.Point getFromPreferredPos(FSAObject key)
key
- No description provided
public java.util.Iterator entriesOfPreferredPos()
public boolean addToPreferredPos(FSAObject key, java.awt.Point value)
key
- The object added.value
- The object added.
public boolean addToPreferredPos(java.util.Map.Entry entry)
entry
- The object added.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |