Class IndicScriptProcessor.SubstitutionScriptContextTester

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.Map<java.lang.String,​GlyphContextTester> testerMap  
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • testerMap

        private static java.util.Map<java.lang.String,​GlyphContextTester> testerMap
    • Constructor Detail

      • SubstitutionScriptContextTester

        private SubstitutionScriptContextTester()
    • 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 interface ScriptContextTester
        Parameters:
        feature - a feature identifier
        Returns:
        a glyph context tester or null if none available for the specified feature