|
 |
|
|
Uses of Interface org.eclipse.draw2d.TreeSearch
Methods in
org.eclipse.draw2d with parameters of type
TreeSearch
|
IFigure
|
Layer.
findFigureAt
(int x,
int y,
TreeSearch search)
Overridden to implement transparency. |
IFigure
|
IFigure.
findFigureAt
(int x,
int y,
TreeSearch search)
Returns the IFigure at the specified location based on the conditional TreeSearch. |
protected
IFigure
|
Figure.
findDescendantAtExcluding
(int x,
int y,
TreeSearch search)
Returns a descendant of this Figure such that the Figure returned contains the point
(x, y), and is accepted by the given TreeSearch. |
IFigure
|
Figure.
findFigureAt
(int x,
int y,
TreeSearch search)
|
Copyright (c) IBM Corp. and others 2000, 2007. All Rights Reserved.
|
|
|