|
fop 2.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.fop.render.pcl.fonts.PCLCharacterDefinition
public class PCLCharacterDefinition
| Nested Class Summary | |
|---|---|
static class |
PCLCharacterDefinition.PCLCharacterClass
Character Class used in PCL Character Descriptor See Table 11-51 from PCL 5 Specification |
static class |
PCLCharacterDefinition.PCLCharacterFormat
Character Format used in PCL Character Descriptor See Table 11-50 from PCL 5 Specification |
| Constructor Summary | |
|---|---|
PCLCharacterDefinition(int charCode,
PCLCharacterDefinition.PCLCharacterFormat charFormat,
PCLCharacterDefinition.PCLCharacterClass charClass,
byte[] glyfData,
PCLByteWriterUtil pclByteWriter,
boolean isComposite)
|
|
| Method Summary | |
|---|---|
void |
addCompositeGlyph(PCLCharacterDefinition composite)
|
byte[] |
getCharacterCommand()
|
byte[] |
getCharacterDefinitionCommand()
|
java.util.List<PCLCharacterDefinition> |
getCompositeGlyphs()
|
byte[] |
getData()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PCLCharacterDefinition(int charCode,
PCLCharacterDefinition.PCLCharacterFormat charFormat,
PCLCharacterDefinition.PCLCharacterClass charClass,
byte[] glyfData,
PCLByteWriterUtil pclByteWriter,
boolean isComposite)
| Method Detail |
|---|
public byte[] getCharacterCommand()
throws java.io.IOException
java.io.IOException
public byte[] getCharacterDefinitionCommand()
throws java.io.IOException
java.io.IOException
public byte[] getData()
throws java.io.IOException
java.io.IOExceptionpublic void addCompositeGlyph(PCLCharacterDefinition composite)
public java.util.List<PCLCharacterDefinition> getCompositeGlyphs()
|
fop 2.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||