Class IndicScriptProcessor.Segment
java.lang.Object
org.apache.fop.complexscripts.scripts.IndicScriptProcessor.Segment
- Enclosing class:
- IndicScriptProcessor
Syllabic segment.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
OTHER
static final int OTHER- See Also:
-
SYLLABLE
static final int SYLLABLE- See Also:
-
start
private int start -
end
private int end -
type
private int type
-
-
Constructor Details
-
Segment
Segment(int start, int end, int type)
-
-
Method Details
-
getStart
int getStart() -
getEnd
int getEnd() -
getOffset
int getOffset() -
getCount
int getCount() -
getType
int getType()
-