Package com.ibm.icu.dev.tool.layout
Class LigatureEntry
- java.lang.Object
-
- com.ibm.icu.dev.tool.layout.LigatureEntry
-
public class LigatureEntry extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private int[]
componentChars
private int
ligature
-
Constructor Summary
Constructors Constructor Description LigatureEntry(int ligature, int[] componentChars, int componentCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getComponentChar(int componentIndex)
int
getComponentCount()
int
getLigature()
-