Package | Description |
---|---|
org.eclipse.draw2d |
Primary package containing general interfaces and implementation classes.
|
Modifier and Type | Class and Description |
---|---|
class |
ExclusionSearch
A
TreeSearch that excludes figures contained in a
Collection . |
protected static class |
Figure.IdentitySearch
A search which does not filter any figures. since 3.0
|
Modifier and Type | Field and Description |
---|---|
static TreeSearch |
Figure.IdentitySearch.INSTANCE
The singleton instance.
|
Modifier and Type | Method and Description |
---|---|
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 |
IFigure.findFigureAt(int x,
int y,
TreeSearch search)
Returns the IFigure at the specified location based on the conditional
TreeSearch.
|
IFigure |
Figure.findFigureAt(int x,
int y,
TreeSearch search) |
IFigure |
Layer.findFigureAt(int x,
int y,
TreeSearch search)
Overridden to implement transparency.
|
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.