com.lowagie.text.pdf
Class CFFFont.IndexMarkerItem
java.lang.Object
com.lowagie.text.pdf.CFFFont.Item
com.lowagie.text.pdf.CFFFont.IndexMarkerItem
- Enclosing class:
- CFFFont
- private static final class CFFFont.IndexMarkerItem
- extends CFFFont.Item
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 |
offItem
private CFFFont.OffsetItem offItem
indexBase
private CFFFont.IndexBaseItem indexBase
myOffset
protected int myOffset
CFFFont.IndexMarkerItem
public CFFFont.IndexMarkerItem(CFFFont.OffsetItem offItem,
CFFFont.IndexBaseItem indexBase)
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.