public class SplitOverrideDropLayer extends DefaultDropLayer
Constructor and Description |
---|
SplitOverrideDropLayer(SplitDockStation station)
Creates a new layer.
|
Modifier and Type | Method and Description |
---|---|
boolean |
contains(int x,
int y)
Tells whether this
level contains the point x/y , which is the position
of the mouse on the screen. |
canCompare, compare, getComponent, getPriority, getStation, modify, setPriority
public SplitOverrideDropLayer(SplitDockStation station)
station
- the station which owns this levelpublic boolean contains(int x, int y)
DockStationDropLayer
level
contains the point x/y
, which is the position
of the mouse on the screen.contains
in interface DockStationDropLayer
contains
in class DefaultDropLayer
x
- the x-coordinate of the mouse on the screeny
- the y-coordinate of the mouse on the screentrue
if this
level contains x/y
, false
otherwise