|
Bartosz Firyn (SarXos) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<WebcamResolution>
com.github.sarxos.webcam.WebcamResolution
public enum WebcamResolution
Enum Constant Summary | |
---|---|
CIF
352x288 |
|
HD720
1280x720 |
|
HVGA
|
|
PAL
|
|
QQVGA
176x144 |
|
QVGA
320x240 |
|
QXGA
|
|
SVGA
|
|
SXGA
|
|
UXGA
|
|
VGA
|
|
WXGA
|
|
XGA
1024x768 |
Method Summary | |
---|---|
Dimension |
getSize()
|
static WebcamResolution |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static WebcamResolution[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final WebcamResolution QQVGA
public static final WebcamResolution QVGA
public static final WebcamResolution CIF
public static final WebcamResolution HVGA
public static final WebcamResolution VGA
public static final WebcamResolution PAL
public static final WebcamResolution SVGA
public static final WebcamResolution XGA
public static final WebcamResolution HD720
public static final WebcamResolution WXGA
public static final WebcamResolution SXGA
public static final WebcamResolution UXGA
public static final WebcamResolution QXGA
Method Detail |
---|
public static WebcamResolution[] values()
for (WebcamResolution c : WebcamResolution.values()) System.out.println(c);
public static WebcamResolution valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic Dimension getSize()
|
Bartosz Firyn (SarXos) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |