org.apache.fop.complexscripts.fonts
Class GlyphTable.CoverageSequenceRule
java.lang.Object
org.apache.fop.complexscripts.fonts.GlyphTable.Rule
org.apache.fop.complexscripts.fonts.GlyphTable.CoverageSequenceRule
- Direct Known Subclasses:
- GlyphTable.ChainedCoverageSequenceRule
- Enclosing class:
- GlyphTable
public static class GlyphTable.CoverageSequenceRule
- extends GlyphTable.Rule
The CoverageSequenceRule
class implements a subclass of Rule
that supports matching on a specific glyph coverage sequence.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GlyphTable.CoverageSequenceRule
public GlyphTable.CoverageSequenceRule(GlyphTable.RuleLookup[] lookups,
int inputSequenceLength,
GlyphCoverageTable[] coverages)
- Instantiate a ClassSequenceRule.
- Parameters:
lookups
- the rule's lookupsinputSequenceLength
- number of glyphs constituting input sequence (to be consumed)coverages
- the rule's glyph coverage sequence to match, starting with first glyph in sequence
getCoverages
public GlyphCoverageTable[] getCoverages()
- Returns:
- the coverages
toString
public java.lang.String toString()
-
- Overrides:
toString
in class GlyphTable.Rule
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.