|
Eclipse Draw2d 2.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A helper used in depth-first searches of a figure subgraph.
Method Summary | |
boolean |
accept(IFigure figure)
Returns true if the given figure is accepted by the search. |
boolean |
prune(IFigure figure)
Returns true the figure and all of its contained figures should be pruned
from the search. |
Method Detail |
public boolean accept(IFigure figure)
true
if the given figure is accepted by the search. This
figure
- the current figure in the traversal
* @return true
if the figure is acceptedpublic boolean prune(IFigure figure)
true
the figure and all of its contained figures should be pruned
from the search.
figure
- the current figure in the traversal
* @return true
if the subgraph should be pruned
|
Eclipse Draw2d 2.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |