|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.font.format.xtf.tables.gps.Class2Record
public class Class2Record
Class for a Class2Record.
| Constructor Summary | |
|---|---|
Class2Record(RandomAccessR rar,
int posOffset,
XtfGlyphName xtfGlyph,
int idx,
int valueFormat1,
int valueFormat2)
Creates a new object. |
|
| Method Summary | |
|---|---|
PairValue |
getPairValue()
Getter for pairValue. |
void |
init(RandomAccessR rar,
int posOffset)
Initialize the ValueRecord. |
void |
writeXML(XMLStreamWriter writer)
Write the data to a XMLStreamWriter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Class2Record(RandomAccessR rar,
int posOffset,
XtfGlyphName xtfGlyph,
int idx,
int valueFormat1,
int valueFormat2)
throws java.io.IOException
rar - The input.posOffset - The offset of the pos table (GSUB, GPOS).xtfGlyph - The glyph name.idx - The index.valueFormat2 - The format for the second glyph.valueFormat1 - The format for the first glyph.
java.io.IOException - if a io-error occurred.| Method Detail |
|---|
public PairValue getPairValue()
public void init(RandomAccessR rar,
int posOffset)
throws java.io.IOException
ValueRecord.
rar - The input.posOffset - The offset of the pos table.
java.io.IOException - if a IO-error occurred.
public void writeXML(XMLStreamWriter writer)
throws java.io.IOException
writeXML in interface XMLWriterConvertiblewriter - the XML-Writer
java.io.IOException - if an IO-error occurs.XMLWriterConvertible.writeXML(
org.extex.util.xml.XMLStreamWriter)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||