|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.neomedia.device.ScreenDeviceImpl
public class ScreenDeviceImpl
Implementation of ScreenDevice.
| Field Summary | |
|---|---|
(package private) GraphicsDevice |
screen
AWT GraphicsDevice. |
| Constructor Summary | |
|---|---|
protected |
ScreenDeviceImpl(int index,
GraphicsDevice screen)
Constructor. |
| Method Summary | |
|---|---|
boolean |
containsPoint(Point p)
If the screen contains specified point. |
static ScreenDevice[] |
getAvailableScreenDevice()
Returns all available ScreenDevice device. |
Rectangle |
getBounds()
Get bounds of the screen. |
int |
getIndex()
Get the screen index. |
String |
getName()
Get the identifier of the screen. |
Dimension |
getSize()
Get current resolution of ScreenDevice device. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
final GraphicsDevice screen
| Constructor Detail |
|---|
protected ScreenDeviceImpl(int index,
GraphicsDevice screen)
index - screen indexscreen - screen device| Method Detail |
|---|
public static ScreenDevice[] getAvailableScreenDevice()
public int getIndex()
getIndex in interface ScreenDevicepublic Dimension getSize()
getSize in interface ScreenDevicepublic String getName()
public boolean containsPoint(Point p)
containsPoint in interface ScreenDevicep - point coordinate
public Rectangle getBounds()
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||