public interface ScreenDevice
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsPoint(Point p)
Determines whether this screen contains a specified point.
|
int |
getIndex()
Gets this screen's index.
|
Dimension |
getSize()
Gets the current resolution of this screen.
|
boolean containsPoint(Point p)
p - point coordinateint getIndex()
Dimension getSize()
Copyright © 2021 jitsi.org. All rights reserved.