@Internal public class FormatRun extends Object implements Comparable<FormatRun>, GenericRecord
| Constructor and Description |
|---|
FormatRun(FormatRun other) |
FormatRun(LittleEndianInput in) |
FormatRun(short character,
short fontIndex) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(FormatRun r) |
boolean |
equals(Object o) |
short |
getCharacterPos() |
short |
getFontIndex() |
Map<String,Supplier<?>> |
getGenericProperties() |
int |
hashCode() |
void |
serialize(LittleEndianOutput out) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetGenericChildren, getGenericRecordTypepublic FormatRun(short character,
short fontIndex)
public FormatRun(FormatRun other)
public FormatRun(LittleEndianInput in)
public short getCharacterPos()
public short getFontIndex()
public int compareTo(FormatRun r)
compareTo in interface Comparable<FormatRun>public void serialize(LittleEndianOutput out)
public Map<String,Supplier<?>> getGenericProperties()
getGenericProperties in interface GenericRecord