|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.teamdev.jxcapture.MediaSource
com.teamdev.jxcapture.image.ImageSource
com.teamdev.jxcapture.video.VideoSource
com.teamdev.jxcapture.video.Desktop
public final class Desktop
This class represents a desktop video source.
| Field Summary |
|---|
| Fields inherited from class com.teamdev.jxcapture.image.ImageSource |
|---|
PROPERTY_SIZE |
| Fields inherited from class com.teamdev.jxcapture.MediaSource |
|---|
PROPERTY_ACTIVE, PROPERTY_ENABLED, PROPERTY_NAME |
| Constructor Summary | |
|---|---|
Desktop()
Creates video source of a primary desktop. |
|
Desktop(int number)
Creates video source of a specified desktop. |
|
| Method Summary | |
|---|---|
java.awt.Rectangle |
getBounds()
|
int |
getNumber()
|
static int |
getNumberOfDisplays()
Returns the number of available displays. |
| Methods inherited from class com.teamdev.jxcapture.video.VideoSource |
|---|
getAvailable |
| Methods inherited from class com.teamdev.jxcapture.image.ImageSource |
|---|
getData, getSize, setSize |
| Methods inherited from class com.teamdev.jxcapture.MediaSource |
|---|
activate, addPropertyChangeListener, deactivate, getName, getPropertyChangeSupport, isActive, isEnabled, release, removePropertyChangeListener, setEnabled, setName, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Desktop()
public Desktop(int number)
number - desktop number| Method Detail |
|---|
public static int getNumberOfDisplays()
public int getNumber()
public java.awt.Rectangle getBounds()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||