public final class KerxOrderedListEntry
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
KerxOrderedListEntry() |
|
KerxOrderedListEntry(KerxKerningPair pair,
short value) |
protected |
KerxOrderedListEntry(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
KerxKerningPair |
pair()
the kerning pair
|
void |
setPair(KerxKerningPair value)
the kerning pair
|
void |
setValue(short value)
the kerning value for the above pair
|
short |
value()
the kerning value for the above pair
|
public KerxOrderedListEntry()
protected KerxOrderedListEntry(org.moe.natj.general.Pointer peer)
public KerxOrderedListEntry(KerxKerningPair pair, short value)
public KerxKerningPair pair()
public void setPair(KerxKerningPair value)
public short value()
public void setValue(short value)