Class ArabicScriptProcessor.SubstitutionScriptContextTester
- java.lang.Object
-
- org.apache.fop.complexscripts.scripts.ArabicScriptProcessor.SubstitutionScriptContextTester
-
- All Implemented Interfaces:
ScriptContextTester
- Enclosing class:
- ArabicScriptProcessor
private static class ArabicScriptProcessor.SubstitutionScriptContextTester extends java.lang.Object implements ScriptContextTester
-
-
Field Summary
Fields Modifier and Type Field Description private static java.util.Map<java.lang.String,GlyphContextTester>
testerMap
-
Constructor Summary
Constructors Modifier Constructor Description private
SubstitutionScriptContextTester()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GlyphContextTester
getTester(java.lang.String feature)
Obtain a glyph context tester for the specified feature.
-
-
-
Field Detail
-
testerMap
private static java.util.Map<java.lang.String,GlyphContextTester> testerMap
-
-
Method Detail
-
getTester
public GlyphContextTester getTester(java.lang.String feature)
Description copied from interface:ScriptContextTester
Obtain a glyph context tester for the specified feature.- Specified by:
getTester
in interfaceScriptContextTester
- Parameters:
feature
- a feature identifier- Returns:
- a glyph context tester or null if none available for the specified feature
-
-