Package | Description |
---|---|
com.teamdev.jxbrowser.capture |
Provides interfaces and classes for the browser content capture.
|
Modifier and Type | Method and Description |
---|---|
default CaptureSourceType |
CaptureSource.type()
Returns the
CaptureSourceType of this capture source. |
static CaptureSourceType |
CaptureSourceType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CaptureSourceType[] |
CaptureSourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|