|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<MonitorSpecifierEnum>
org.pdfclown.documents.multimedia.MonitorSpecifierEnum
@PDF(value=PDF15) public enum MonitorSpecifierEnum
Monitor specifier [PDF:1.7:9.1.6].
Enum Constant Summary | |
---|---|
GreatestArea
The monitor with the greatest area (in pixels squared). |
|
GreatestColorDepth
The monitor with the greatest color depth (in bits). |
|
GreatestHeight
The monitor with the greatest height (in pixels). |
|
GreatestWidth
The monitor with the greatest width (in pixels). |
|
LargestDocumentWindowSection
The monitor containing the largest section of the document window. |
|
Primary
Primary monitor, otherwise the monitor containing the largest section of the document window. |
|
SmallestDocumentWindowSection
The monitor containing the smallest section of the document window. |
Method Summary | |
---|---|
PdfInteger |
getCode()
|
static MonitorSpecifierEnum |
valueOf(PdfInteger code)
|
static MonitorSpecifierEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MonitorSpecifierEnum[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, 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 MonitorSpecifierEnum LargestDocumentWindowSection
public static final MonitorSpecifierEnum SmallestDocumentWindowSection
public static final MonitorSpecifierEnum Primary
public static final MonitorSpecifierEnum GreatestColorDepth
public static final MonitorSpecifierEnum GreatestArea
public static final MonitorSpecifierEnum GreatestHeight
public static final MonitorSpecifierEnum GreatestWidth
Method Detail |
---|
public static MonitorSpecifierEnum[] values()
for (MonitorSpecifierEnum c : MonitorSpecifierEnum.values()) System.out.println(c);
public static MonitorSpecifierEnum 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 static MonitorSpecifierEnum valueOf(PdfInteger code)
public PdfInteger getCode()
|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |