Package apple.coretext.struct
Class LtagTable
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.coretext.struct.LtagTable
-
public final class LtagTable extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description LtagTable()LtagTable(int version, int flags, int numTags, LtagStringRange tagRange)protectedLtagTable(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intflags()none currently definedintnumTags()number of language tags which followvoidsetFlags(int value)none currently definedvoidsetNumTags(int value)number of language tags which followvoidsetTagRange(LtagStringRange value)first string range starts herevoidsetVersion(int value)1LtagStringRangetagRange()first string range starts hereintversion()1
-
-
-
Constructor Detail
-
LtagTable
public LtagTable()
-
LtagTable
protected LtagTable(org.moe.natj.general.Pointer peer)
-
LtagTable
public LtagTable(int version, int flags, int numTags, LtagStringRange tagRange)
-
-
Method Detail
-
version
public int version()
1
-
setVersion
public void setVersion(int value)
1
-
flags
public int flags()
none currently defined
-
setFlags
public void setFlags(int value)
none currently defined
-
numTags
public int numTags()
number of language tags which follow
-
setNumTags
public void setNumTags(int value)
number of language tags which follow
-
tagRange
public LtagStringRange tagRange()
first string range starts here
-
setTagRange
public void setTagRange(LtagStringRange value)
first string range starts here
-
-