|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Square>
com.itextpdf.text.pdf.spatial.units.Square
public enum Square
Area display units for use in a Preferred Display Units (PDU) array.
Enum Constant Summary | |
---|---|
ACRE
an acre |
|
HECTARE
a hectare (10,000 square meters) |
|
SQUARE_FOOT
a square foot |
|
SQUARE_KILOMETER
a square kilometer |
|
SQUARE_METER
a square meter |
|
SQUARE_MILE
a square mile |
Method Summary | |
---|---|
com.itextpdf.text.pdf.PdfName |
getPdfName()
Gets the PdfName. |
static Square |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Square[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Square SQUARE_METER
public static final Square HECTARE
public static final Square SQUARE_KILOMETER
public static final Square SQUARE_FOOT
public static final Square ACRE
public static final Square SQUARE_MILE
Method Detail |
---|
public static final Square[] values()
for(Square c : Square.values()) System.out.println(c);
public static Square valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified namepublic com.itextpdf.text.pdf.PdfName getPdfName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |