fop 1.0

org.apache.fop.pdf
Class PDFCIDSystemInfo

java.lang.Object
  extended by org.apache.fop.pdf.PDFObject
      extended by org.apache.fop.pdf.PDFCIDSystemInfo
All Implemented Interfaces:
PDFWritable

public class PDFCIDSystemInfo
extends PDFObject

class representing system information for "character identifier" fonts. this small object is used in the CID fonts and in the CMaps.


Field Summary
 
Fields inherited from class org.apache.fop.pdf.PDFObject
DATE_FORMAT, log
 
Constructor Summary
PDFCIDSystemInfo(java.lang.String registry, java.lang.String ordering, int supplement)
          Create a CID system info.
 
Method Summary
 java.lang.String toPDFString()
          Create a string for the CIDSystemInfo dictionary.
 
Methods inherited from class org.apache.fop.pdf.PDFObject
contentEquals, encode, encodeBinaryToHexString, encodeString, encodeText, formatDateTime, formatDateTime, formatObject, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, getParent, hasObjectNumber, makeReference, output, outputInline, referencePDF, setDocument, setObjectNumber, setParent, toPDF
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDFCIDSystemInfo

public PDFCIDSystemInfo(java.lang.String registry,
                        java.lang.String ordering,
                        int supplement)
Create a CID system info.

Parameters:
registry - the registry value
ordering - the ordering value
supplement - the supplement value
Method Detail

toPDFString

public java.lang.String toPDFString()
Create a string for the CIDSystemInfo dictionary. The entries are placed as an inline dictionary.

Overrides:
toPDFString in class PDFObject
Returns:
the string for the CIDSystemInfo entry with the inline dictionary

fop 1.0

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