|
fop 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.complexscripts.scripts.IndicScriptProcessor.Syllabizer
org.apache.fop.complexscripts.scripts.IndicScriptProcessor.DefaultSyllabizer
protected static class IndicScriptProcessor.DefaultSyllabizer
Default syllabizer.
Method Summary | |
---|---|
protected int |
findEndOfSyllable(int[] ca,
int s,
int e)
Find end of syllable in character array, starting at S, ending at E. |
protected int |
findStartOfSyllable(int[] ca,
int s,
int e)
Find start of syllable in character array, starting at S, ending at E. |
protected GlyphSequence[] |
segmentize(GlyphSequence gs,
IndicScriptProcessor.Segment[] sa)
Construct array of glyph sequences from original glyph sequence and segment array. |
protected IndicScriptProcessor.Segment[] |
segmentize(int[] ca,
int nc)
Construct array of segements from original character array (associated with original glyph sequence) |
Methods inherited from class org.apache.fop.complexscripts.scripts.IndicScriptProcessor.Syllabizer |
---|
compareTo, equals, hashCode |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
protected IndicScriptProcessor.Segment[] segmentize(int[] ca, int nc)
ca
- input character sequencenc
- number of characters in sequence
protected GlyphSequence[] segmentize(GlyphSequence gs, IndicScriptProcessor.Segment[] sa)
gs
- original input glyph sequencesa
- segment array
protected int findStartOfSyllable(int[] ca, int s, int e)
ca
- character arrays
- start indexe
- end index
protected int findEndOfSyllable(int[] ca, int s, int e)
ca
- character arrays
- start indexe
- end index
|
fop 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |