public static enum PCLCharacterDefinition.PCLCharacterClass extends java.lang.Enum<PCLCharacterDefinition.PCLCharacterClass>
Enum Constant and Description |
---|
Bitmap |
Compound_Contour_Intellifont |
CompressedBitmap |
Contour_Intellifont |
TrueType |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static PCLCharacterDefinition.PCLCharacterClass |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PCLCharacterDefinition.PCLCharacterClass[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PCLCharacterDefinition.PCLCharacterClass Bitmap
public static final PCLCharacterDefinition.PCLCharacterClass CompressedBitmap
public static final PCLCharacterDefinition.PCLCharacterClass Contour_Intellifont
public static final PCLCharacterDefinition.PCLCharacterClass Compound_Contour_Intellifont
public static final PCLCharacterDefinition.PCLCharacterClass TrueType
public static PCLCharacterDefinition.PCLCharacterClass[] values()
for (PCLCharacterDefinition.PCLCharacterClass c : PCLCharacterDefinition.PCLCharacterClass.values()) System.out.println(c);
public static PCLCharacterDefinition.PCLCharacterClass 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 namejava.lang.NullPointerException
- if the argument is nullpublic int getValue()
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.