public static class UnicodeString.FormatRun extends java.lang.Object implements java.lang.Comparable<UnicodeString.FormatRun>
Constructor and Description |
---|
FormatRun(LittleEndianInput in) |
FormatRun(short character,
short fontIndex) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(UnicodeString.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(LittleEndianInput in)
public short getCharacterPos()
public short getFontIndex()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int compareTo(UnicodeString.FormatRun r)
compareTo
in interface java.lang.Comparable<UnicodeString.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 2019 The Apache Software Foundation or its licensors, as applicable.