com.lowagie.text.pdf
Class CFFFont.IndexBaseItem

java.lang.Object
  extended bycom.lowagie.text.pdf.CFFFont.Item
      extended bycom.lowagie.text.pdf.CFFFont.IndexBaseItem
Enclosing class:
CFFFont

private static final class CFFFont.IndexBaseItem
extends CFFFont.Item


Field Summary
protected  int myOffset
           
 
Constructor Summary
CFFFont.IndexBaseItem()
           
 
Method Summary
 void emit(byte[] buffer)
          Emit the byte stream for this item.
 void increment(int[] currentOffset)
          remember the current offset and increment by item's size in bytes.
 void xref()
          Fix up cross references to this item (applies only to markers).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myOffset

protected int myOffset
Constructor Detail

CFFFont.IndexBaseItem

public CFFFont.IndexBaseItem()
Method Detail

increment

public void increment(int[] currentOffset)
remember the current offset and increment by item's size in bytes.


emit

public void emit(byte[] buffer)
Emit the byte stream for this item.


xref

public void xref()
Fix up cross references to this item (applies only to markers).