Uses of Class
org.apache.fop.render.pcl.fonts.PCLCharacterDefinition.PCLCharacterFormat
-
Packages that use PCLCharacterDefinition.PCLCharacterFormat Package Description org.apache.fop.render.pcl.fonts -
-
Uses of PCLCharacterDefinition.PCLCharacterFormat in org.apache.fop.render.pcl.fonts
Fields in org.apache.fop.render.pcl.fonts declared as PCLCharacterDefinition.PCLCharacterFormat Modifier and Type Field Description private PCLCharacterDefinition.PCLCharacterFormat
PCLCharacterDefinition. charFormat
Methods in org.apache.fop.render.pcl.fonts that return PCLCharacterDefinition.PCLCharacterFormat Modifier and Type Method Description static PCLCharacterDefinition.PCLCharacterFormat
PCLCharacterDefinition.PCLCharacterFormat. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PCLCharacterDefinition.PCLCharacterFormat[]
PCLCharacterDefinition.PCLCharacterFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.fop.render.pcl.fonts with parameters of type PCLCharacterDefinition.PCLCharacterFormat Constructor Description PCLCharacterDefinition(int charCode, PCLCharacterDefinition.PCLCharacterFormat charFormat, PCLCharacterDefinition.PCLCharacterClass charClass, byte[] glyfData, boolean isComposite)
-