Package com.ibm.icu.dev.tool.layout
Class ArabicShaping
- java.lang.Object
-
- com.ibm.icu.dev.tool.layout.ArabicShaping
-
public class ArabicShaping extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static int
MASK_NOSHAPE
(package private) static int
MASK_SHAPE_LEFT
(package private) static int
MASK_SHAPE_RIGHT
(package private) static int
MASK_TRANSPARENT
static int
VALUE_DUAL
static int
VALUE_LEFT
static int
VALUE_NONE
static int
VALUE_NOSHAPE_DUAL
static int
VALUE_NOSHAPE_NONE
static int
VALUE_RIGHT
static int
VALUE_TRANSPARENT
-
Constructor Summary
Constructors Constructor Description ArabicShaping()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
getShapeType(char ch)
static void
shape(char[] chars, int leftType, int rightType, ClassTable isolClassTable)
-
-
-
Field Detail
-
MASK_SHAPE_RIGHT
static final int MASK_SHAPE_RIGHT
- See Also:
- Constant Field Values
-
MASK_SHAPE_LEFT
static final int MASK_SHAPE_LEFT
- See Also:
- Constant Field Values
-
MASK_TRANSPARENT
static final int MASK_TRANSPARENT
- See Also:
- Constant Field Values
-
MASK_NOSHAPE
static final int MASK_NOSHAPE
- See Also:
- Constant Field Values
-
VALUE_NONE
public static final int VALUE_NONE
- See Also:
- Constant Field Values
-
VALUE_RIGHT
public static final int VALUE_RIGHT
- See Also:
- Constant Field Values
-
VALUE_LEFT
public static final int VALUE_LEFT
- See Also:
- Constant Field Values
-
VALUE_DUAL
public static final int VALUE_DUAL
- See Also:
- Constant Field Values
-
VALUE_TRANSPARENT
public static final int VALUE_TRANSPARENT
- See Also:
- Constant Field Values
-
VALUE_NOSHAPE_DUAL
public static final int VALUE_NOSHAPE_DUAL
- See Also:
- Constant Field Values
-
VALUE_NOSHAPE_NONE
public static final int VALUE_NOSHAPE_NONE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getShapeType
public static int getShapeType(char ch)
-
shape
public static void shape(char[] chars, int leftType, int rightType, ClassTable isolClassTable)
-
-