com.lowagie.text.pdf
Class CFFFont.MarkerItem

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

private static final class CFFFont.MarkerItem
extends CFFFont.Item

An offset-marker item for the list. It is used to mark an offset and to set the offset list item.


Field Summary
protected  int myOffset
           
(package private)  CFFFont.OffsetItem p
           
 
Constructor Summary
CFFFont.MarkerItem(CFFFont.OffsetItem pointerToMarker)
           
 
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

p

CFFFont.OffsetItem p

myOffset

protected int myOffset
Constructor Detail

CFFFont.MarkerItem

public CFFFont.MarkerItem(CFFFont.OffsetItem pointerToMarker)
Method Detail

xref

public void xref()
Description copied from class: CFFFont.Item
Fix up cross references to this item (applies only to markers).

Overrides:
xref in class CFFFont.Item

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.