Class IndicScriptProcessor.Segment
- java.lang.Object
-
- org.apache.fop.complexscripts.scripts.IndicScriptProcessor.Segment
-
- Enclosing class:
- IndicScriptProcessor
protected static class IndicScriptProcessor.Segment extends java.lang.Object
Syllabic segment.
-
-
Constructor Summary
Constructors Constructor Description Segment(int start, int end, int type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) int
getCount()
(package private) int
getEnd()
(package private) int
getOffset()
(package private) int
getStart()
(package private) int
getType()
-
-
-
Field Detail
-
OTHER
static final int OTHER
- See Also:
- Constant Field Values
-
SYLLABLE
static final int SYLLABLE
- See Also:
- Constant Field Values
-
start
private int start
-
end
private int end
-
type
private int type
-
-