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(java.lang.Object o) |
short |
getCharacterPos() |
short |
getFontIndex() |
int |
hashCode() |
void |
serialize(LittleEndianOutput out) |
java.lang.String |
toString() |
public FormatRun(short character, short fontIndex)
public FormatRun(FormatRun other)
public FormatRun(LittleEndianInput in)
public short getCharacterPos()
public short getFontIndex()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int compareTo(FormatRun r)
compareTo
in interface java.lang.Comparable<FormatRun>
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public void serialize(LittleEndianOutput out)
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.