|
fop 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<TTFFile.PostScriptVersion>
org.apache.fop.fonts.truetype.TTFFile.PostScriptVersion
public static enum TTFFile.PostScriptVersion
Version of the PostScript table (post
) contained in this font.
Enum Constant Summary | |
---|---|
UNKNOWN
Unknown version of the PostScript table. |
|
V1
PostScript table version 1.0. |
|
V2
PostScript table version 2.0. |
|
V3
PostScript table version 3.0. |
Method Summary | |
---|---|
static TTFFile.PostScriptVersion |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TTFFile.PostScriptVersion[] |
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 TTFFile.PostScriptVersion V1
public static final TTFFile.PostScriptVersion V2
public static final TTFFile.PostScriptVersion V3
public static final TTFFile.PostScriptVersion UNKNOWN
Method Detail |
---|
public static TTFFile.PostScriptVersion[] values()
for (TTFFile.PostScriptVersion c : TTFFile.PostScriptVersion.values()) System.out.println(c);
public static TTFFile.PostScriptVersion valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
fop 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |