@Internal public class FormatRun extends java.lang.Object implements java.lang.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(java.lang.Object o) |
short |
getCharacterPos() |
short |
getFontIndex() |
java.util.Map<java.lang.String,java.util.function.Supplier<?>> |
getGenericProperties() |
int |
hashCode() |
void |
serialize(LittleEndianOutput out) |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getGenericChildren, getGenericRecordType
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)
public java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
getGenericProperties
in interface GenericRecord
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.