|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lowagie.text.pdf.CFFFont.Item
com.lowagie.text.pdf.CFFFont.OffsetItem
com.lowagie.text.pdf.CFFFont.IndexOffsetItem
an index-offset item for the list. the size denotes the required size in the CFF. a positive value means that we need a specific size in bytes (for offset arrays) and a negative value means that this is a dict item that uses a variable-size representation.
Field Summary | |
protected int |
myOffset
|
int |
size
|
int |
value
|
Constructor Summary | |
CFFFont.IndexOffsetItem(int size)
|
|
CFFFont.IndexOffsetItem(int size,
int value)
|
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 |
set(int offset)
set the value of an offset item that was initially unknown. |
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 |
public final int size
public int value
protected int myOffset
Constructor Detail |
public CFFFont.IndexOffsetItem(int size, int value)
public CFFFont.IndexOffsetItem(int size)
Method Detail |
public void increment(int[] currentOffset)
CFFFont.Item
increment
in class CFFFont.Item
public void emit(byte[] buffer)
CFFFont.Item
emit
in class CFFFont.Item
public void set(int offset)
public void xref()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |