|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectFragmentTower
public class FragmentTower
A special part for the layout of a dominance graph. TODO Insert a tower definition here.
Method Summary | |
---|---|
void |
addDominanceParent(Fragment parent)
Add a dominance father to the tower |
Rectangle |
getBox()
Compute the bounding box of the tower. |
Set<Fragment> |
getDominanceParents()
|
boolean |
isEmpty()
|
void |
translate(int xoff,
int yoff,
Map<Fragment,Integer> xMap,
Map<Fragment,Integer> yMap)
TODO comment me! |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void translate(int xoff, int yoff, Map<Fragment,Integer> xMap, Map<Fragment,Integer> yMap)
xoff
- yoff
- xMap
- yMap
- public Rectangle getBox()
public Set<Fragment> getDominanceParents()
public void addDominanceParent(Fragment parent)
parent
- the parent to addpublic boolean isEmpty()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |