|
fop 2.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.avalon.framework.Enum
org.apache.avalon.framework.ValuedEnum
org.apache.fop.fonts.CIDFontType
public class CIDFontType
This class enumerates all supported CID font types.
Field Summary | |
---|---|
static CIDFontType |
CIDTYPE0
CID Font Type 0 (based on Type 1 format) |
static CIDFontType |
CIDTYPE2
CID Font Type 2 (based on TrueType format) |
Constructor Summary | |
---|---|
protected |
CIDFontType(java.lang.String name,
int value)
Construct a CID font type. |
Method Summary | |
---|---|
static CIDFontType |
byName(java.lang.String name)
Returns the CIDFontType by name. |
static CIDFontType |
byValue(int value)
Returns the CID FontType by value. |
Methods inherited from class org.apache.avalon.framework.ValuedEnum |
---|
equals, getValue, hashCode, isEqualTo, isGreaterThan, isGreaterThanOrEqual, isLessThan, isLessThanOrEqual, toString |
Methods inherited from class org.apache.avalon.framework.Enum |
---|
getName |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final CIDFontType CIDTYPE0
public static final CIDFontType CIDTYPE2
Constructor Detail |
---|
protected CIDFontType(java.lang.String name, int value)
name
- a type namevalue
- a type valueEnum.Enum(String)
Method Detail |
---|
public static CIDFontType byName(java.lang.String name)
name
- Name of the CID font type to look up
public static CIDFontType byValue(int value)
value
- Value of the CID font type to look up
|
fop 2.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |