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, setPrioritypublic SplitOverrideDropLayer(SplitDockStation station)
station - the station which owns this levelpublic boolean contains(int x,
int y)
DockStationDropLayerlevel contains the point x/y, which is the position
of the mouse on the screen.contains in interface DockStationDropLayercontains in class DefaultDropLayerx - 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
otherwiseCopyright © 2017 Docking Frames. All rights reserved.