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