fop 2.1

org.apache.fop.pdf
Class PDFEncoding.DifferencesBuilder

java.lang.Object
  extended by org.apache.fop.pdf.PDFEncoding.DifferencesBuilder
Enclosing class:
PDFEncoding

public class PDFEncoding.DifferencesBuilder
extends java.lang.Object

Builder class for constructing the Differences array.


Constructor Summary
PDFEncoding.DifferencesBuilder()
           
 
Method Summary
 PDFArray buildDifferencesArray(SingleByteEncoding encodingA, SingleByteEncoding encodingB)
          Creates an array containing the differences between two single-byte.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDFEncoding.DifferencesBuilder

public PDFEncoding.DifferencesBuilder()
Method Detail

buildDifferencesArray

public PDFArray buildDifferencesArray(SingleByteEncoding encodingA,
                                      SingleByteEncoding encodingB)
Creates an array containing the differences between two single-byte. font encodings.

Parameters:
encodingA - The first single-byte encoding
encodingB - The second single-byte encoding
Returns:
The PDFArray of differences between encodings

fop 2.1

Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.