Class GlyphTable.Rule
- java.lang.Object
-
- org.apache.fop.complexscripts.fonts.GlyphTable.Rule
-
- Direct Known Subclasses:
GlyphTable.ClassSequenceRule,GlyphTable.CoverageSequenceRule,GlyphTable.GlyphSequenceRule
- Enclosing class:
- GlyphTable
public abstract static class GlyphTable.Rule extends java.lang.ObjectTheRuleclass implements an array of rule lookup records.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRule(GlyphTable.RuleLookup[] lookups, int inputSequenceLength)Instantiate a Rule.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetInputSequenceLength()GlyphTable.RuleLookup[]getLookups()voidresolveLookupReferences(java.util.Map<java.lang.String,GlyphTable.LookupTable> lookupTables)Resolve references to lookup tables, e.g., in RuleLookup, to the lookup tables themselves.java.lang.StringtoString()
-
-
-
Constructor Detail
-
Rule
protected Rule(GlyphTable.RuleLookup[] lookups, int inputSequenceLength)
Instantiate a Rule.- Parameters:
lookups- the rule's lookupsinputSequenceLength- the number of glyphs in the input sequence for this rule
-
-
Method Detail
-
getLookups
public GlyphTable.RuleLookup[] getLookups()
- Returns:
- the lookups
-
getInputSequenceLength
public int getInputSequenceLength()
- Returns:
- the input sequence length
-
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:
toStringin classjava.lang.Object
-
-