Uses of Class
org.apache.fop.complexscripts.scripts.IndicScriptProcessor.Segment
-
Packages that use IndicScriptProcessor.Segment Package Description org.apache.fop.complexscripts.scripts -
-
Uses of IndicScriptProcessor.Segment in org.apache.fop.complexscripts.scripts
Methods in org.apache.fop.complexscripts.scripts that return IndicScriptProcessor.Segment Modifier and Type Method Description protected IndicScriptProcessor.Segment[]
IndicScriptProcessor.DefaultSyllabizer. segmentize(int[] ca, int nc)
Construct array of segements from original character array (associated with original glyph sequence)Methods in org.apache.fop.complexscripts.scripts with parameters of type IndicScriptProcessor.Segment Modifier and Type Method Description protected GlyphSequence[]
IndicScriptProcessor.DefaultSyllabizer. segmentize(GlyphSequence gs, IndicScriptProcessor.Segment[] sa)
Construct array of glyph sequences from original glyph sequence and segment array.
-