fop 2.1

Uses of Class
org.apache.fop.complexscripts.scripts.ScriptProcessor

Packages that use ScriptProcessor
org.apache.fop.complexscripts.scripts   
 

Uses of ScriptProcessor in org.apache.fop.complexscripts.scripts
 

Subclasses of ScriptProcessor in org.apache.fop.complexscripts.scripts
 class ArabicScriptProcessor
          The ArabicScriptProcessor class implements a script processor for performing glyph substitution and positioning operations on content associated with the Arabic script.
 class DefaultScriptProcessor
          Default script processor, which enables default glyph composition/decomposition, common ligatures, localized forms and kerning.
 class DevanagariScriptProcessor
          The DevanagariScriptProcessor class implements a script processor for performing glyph substitution and positioning operations on content associated with the Devanagari script.
 class GujaratiScriptProcessor
          The GujaratiScriptProcessor class implements a script processor for performing glyph substitution and positioning operations on content associated with the Gujarati script.
 class GurmukhiScriptProcessor
          The GurmukhiScriptProcessor class implements a script processor for performing glyph substitution and positioning operations on content associated with the Gurmukhi script.
 class IndicScriptProcessor
          The IndicScriptProcessor class implements a script processor for performing glyph substitution and positioning operations on content associated with the Indic script.
 class TamilScriptProcessor
          The TamilScriptProcessor class implements a script processor for performing glyph substitution and positioning operations on content associated with the Tamil script.
 

Methods in org.apache.fop.complexscripts.scripts that return ScriptProcessor
static ScriptProcessor ScriptProcessor.getInstance(java.lang.String script)
          Obtain script processor instance associated with specified script.
static ScriptProcessor IndicScriptProcessor.makeProcessor(java.lang.String script)
          Make script specific flavor of Indic script processor.
 


fop 2.1

Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.