org.apache.fop.pdf
Class PDFCIDSystemInfo

java.lang.Object
  extended by org.apache.fop.pdf.PDFObject
      extended by org.apache.fop.pdf.PDFCIDSystemInfo

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
protected  String ordering
           
protected  String registry
           
protected  int supplement
           
 
Fields inherited from class org.apache.fop.pdf.PDFObject
generation, number
 
Constructor Summary
PDFCIDSystemInfo(String registry, String ordering, int supplement)
           
 
Method Summary
 byte[] toPDF()
          produce the PDF representation for the object.
 String toPDFString()
           
 
Methods inherited from class org.apache.fop.pdf.PDFObject
getNumber, output, referencePDF
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

registry

protected String registry

ordering

protected String ordering

supplement

protected int supplement
Constructor Detail

PDFCIDSystemInfo

public PDFCIDSystemInfo(String registry,
                        String ordering,
                        int supplement)
Method Detail

toPDF

public byte[] toPDF()
produce the PDF representation for the object. unlike the other objects, the CIDSystemInfo is written directly inside the referencing object

Returns:
the PDF

toPDFString

public String toPDFString()


Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.