|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--y.layout.AbstractLayoutStage | +--y.layout.SelfLoopLayouter
A layout algorithm that routes the selfloops (reflexive edges) of a graph. By default this layouter routes selfloops in an orthogonal fashion. It places the selfloop in the least crowded quadrant around a node.
A core layout algorithm can be specifed for this class. In that case the performed layout process of this class is subdivided into four stages:
Field Summary |
Fields inherited from interface y.layout.Layouter |
EDGE_ID_DPKEY, NODE_ID_DPKEY, SELECTED_EDGES, SELECTED_NODES |
Constructor Summary | |
SelfLoopLayouter()
Instantiates a new SelfLoopLayouter. |
|
SelfLoopLayouter(Layouter coreLayouter)
Instantiates a new SelfLoopLayouter. the core layout routine will be delegated to the given layouter. |
Method Summary | |
boolean |
canLayout(LayoutGraph graph)
Wheter or not this layouter can layout the given graph. |
void |
doLayout(LayoutGraph graph)
Lays out the given graph. |
protected void |
layoutSelfLoops(LayoutGraph graph)
Lays out the selfloops of the given graph. |
Methods inherited from class y.layout.AbstractLayoutStage |
canLayoutCore, doLayoutCore, getCoreLayouter, setCoreLayouter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SelfLoopLayouter()
public SelfLoopLayouter(Layouter coreLayouter)
Method Detail |
public void doLayout(LayoutGraph graph)
public boolean canLayout(LayoutGraph graph)
protected void layoutSelfLoops(LayoutGraph graph)
|
© Copyright 2000-2003, yWorks GmbH. All rights reserved. 2003 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |