Class GlyphTable.RuleSet

  • Direct Known Subclasses:
    GlyphTable.HomogeneousRuleSet
    Enclosing class:
    GlyphTable

    public static class GlyphTable.RuleSet
    extends java.lang.Object
    The RuleSet class implements a collection of rules, which may or may not be the same rule type.
    • Method Detail

      • resolveLookupReferences

        public void resolveLookupReferences​(java.util.Map<java.lang.String,​GlyphTable.LookupTable> lookupTables)
        Resolve references to lookup tables, e.g., in RuleLookup, to the lookup tables themselves.
        Parameters:
        lookupTables - map from lookup table identifers, e.g. "lu4", to lookup tables
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object