Package apple.coretext.struct
Class PropLookupSegment
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.coretext.struct.PropLookupSegment
-
public final class PropLookupSegment extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description PropLookupSegment()PropLookupSegment(char lastGlyph, char firstGlyph, char value)protectedPropLookupSegment(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description charfirstGlyph()charlastGlyph()voidsetFirstGlyph(char value)voidsetLastGlyph(char value)voidsetValue(char value)charvalue()
-