|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.pdf.PDFEncoding.DifferencesBuilder
public class PDFEncoding.DifferencesBuilder
Builder class for constructing the Differences array.
Constructor Summary | |
---|---|
PDFEncoding.DifferencesBuilder()
|
Method Summary | |
---|---|
PDFEncoding.DifferencesBuilder |
addDifference(int code)
Start a new difference. |
PDFEncoding.DifferencesBuilder |
addName(java.lang.String name)
Adds a character name to the current difference. |
boolean |
hasDifferences()
Indicates whether any differences have been recorded. |
PDFArray |
toPDFArray()
Creates and returns the PDFArray representing the Differences entry. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PDFEncoding.DifferencesBuilder()
Method Detail |
---|
public PDFEncoding.DifferencesBuilder addDifference(int code)
code
- the starting code index inside the encoding
public PDFEncoding.DifferencesBuilder addName(java.lang.String name)
name
- the character name
public boolean hasDifferences()
public PDFArray toPDFArray()
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |