|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.layout.MrLayout
Singleton class provided for invoking the layouting process
Field Summary | |
static int |
CLASS_DIAGRAM_LAYOUT
UMLAttribute: '+ CLASS_DIAGRAM_LAYOUT : Integer = 3' |
static int |
CONTROL_FLOW_LAYOUT
UMLAttribute: '+ CONTROL_FLOW_LAYOUT : Integer = 2' |
static int |
SPRING_EMBEDDER_LAYOUT
UMLAttribute: '+ SPRING_EMBEDDER_LAYOUT : Integer = 1' |
static int |
TREE_LAYOUT
UMLAttribute: '+ TREE_LAYOUT : Integer = 0' |
Method Summary | |
static MrLayout |
get()
Use this method to get a reference to singleton class MrLayout |
AbstractLayouter |
getMyLayouter()
Get the myLayouter attribute of the MrLayout object |
int |
getWhichActivityDiagramLayout()
Get current selected Layout for Activity Diagrams |
int |
getWhichLayout()
Get current selected Layout |
void |
reLayout(FSAContainer currentCanvas)
The function which starts the Layout process on the current canvas |
void |
removeYou()
No comment provided by developer, please add a comment to improve documentation. |
void |
setMyLayouter(AbstractLayouter myLayouter)
Sets the myLayouter attribute of the MrLayout object |
int |
setWhichActivityDiagramLayout(int whichActivityDiagramLayout)
Select an alternative Layouter for Activity Diagrams |
int |
setWhichLayout(int whichLayout)
Select an alternative Layouter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int TREE_LAYOUT
public static final int SPRING_EMBEDDER_LAYOUT
public static final int CONTROL_FLOW_LAYOUT
public static final int CLASS_DIAGRAM_LAYOUT
Method Detail |
public static MrLayout get()
public void reLayout(FSAContainer currentCanvas)
currentCanvas
- the Canvas which to be layoutedpublic int getWhichLayout()
public int setWhichLayout(int whichLayout)
whichLayout
- The new Layouter to be set
public int getWhichActivityDiagramLayout()
public int setWhichActivityDiagramLayout(int whichActivityDiagramLayout)
whichActivityDiagramLayout
- The new Layouter to be set
public AbstractLayouter getMyLayouter()
public void setMyLayouter(AbstractLayouter myLayouter)
myLayouter
- The new myLayouter valuepublic void removeYou()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |