Class GraphemeClassifier
- java.lang.Object
-
- org.pentaho.reporting.libraries.fonts.text.GraphemeClassifier
-
public final class GraphemeClassifier extends Object
Creation-Date: 11.06.2006, 17:11:16- Author:
- Thomas Morgner
-
-
Field Summary
Fields Modifier and Type Field Description static int
ANY_HANGUL_MASK
static int
CONTROL
static int
CR
static int
EXTEND
static int
L
static int
LF
static int
LV
static int
LVT
static int
LVT_OR_T_MASK
static int
OTHER
static int
T
static int
V
static int
V_OR_LV_MASK
static int
V_OR_T_MASK
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GraphemeClassifier
getClassifier()
int
getGraphemeClassification(int codePoint)
-
-
-
Field Detail
-
OTHER
public static final int OTHER
- See Also:
- Constant Field Values
-
CR
public static final int CR
- See Also:
- Constant Field Values
-
LF
public static final int LF
- See Also:
- Constant Field Values
-
CONTROL
public static final int CONTROL
- See Also:
- Constant Field Values
-
EXTEND
public static final int EXTEND
- See Also:
- Constant Field Values
-
L
public static final int L
- See Also:
- Constant Field Values
-
LV
public static final int LV
- See Also:
- Constant Field Values
-
V
public static final int V
- See Also:
- Constant Field Values
-
T
public static final int T
- See Also:
- Constant Field Values
-
LVT
public static final int LVT
- See Also:
- Constant Field Values
-
ANY_HANGUL_MASK
public static final int ANY_HANGUL_MASK
- See Also:
- Constant Field Values
-
V_OR_LV_MASK
public static final int V_OR_LV_MASK
- See Also:
- Constant Field Values
-
V_OR_T_MASK
public static final int V_OR_T_MASK
- See Also:
- Constant Field Values
-
LVT_OR_T_MASK
public static final int LVT_OR_T_MASK
- See Also:
- Constant Field Values
-
-
Method Detail
-
getGraphemeClassification
public int getGraphemeClassification(int codePoint)
-
getClassifier
public static GraphemeClassifier getClassifier()
-
-