public final class MorxChain
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
MorxChain() |
protected |
MorxChain(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
int |
defaultFlags()
default flags for this chain
|
MortFeatureEntry |
featureEntries() |
int |
length()
byte length of this chain
|
int |
nFeatures()
number of feature entries
|
int |
nSubtables()
number of subtables
|
void |
setDefaultFlags(int value)
default flags for this chain
|
void |
setFeatureEntries(MortFeatureEntry value) |
void |
setLength(int value)
byte length of this chain
|
void |
setNFeatures(int value)
number of feature entries
|
void |
setNSubtables(int value)
number of subtables
|
public MorxChain()
protected MorxChain(org.moe.natj.general.Pointer peer)
public int defaultFlags()
public void setDefaultFlags(int value)
public int length()
public void setLength(int value)
public int nFeatures()
public void setNFeatures(int value)
public int nSubtables()
public void setNSubtables(int value)
public MortFeatureEntry featureEntries()
public void setFeatureEntries(MortFeatureEntry value)