org.apache.fop.complexscripts.fonts
Class GlyphTable.ChainedClassSequenceRule
java.lang.Object
org.apache.fop.complexscripts.fonts.GlyphTable.Rule
org.apache.fop.complexscripts.fonts.GlyphTable.ClassSequenceRule
org.apache.fop.complexscripts.fonts.GlyphTable.ChainedClassSequenceRule
- Enclosing class:
- GlyphTable
public static class GlyphTable.ChainedClassSequenceRule
- extends GlyphTable.ClassSequenceRule
The ChainedClassSequenceRule
class implements a subclass of ClassSequenceRule
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.ChainedClassSequenceRule
public GlyphTable.ChainedClassSequenceRule(GlyphTable.RuleLookup[] lookups,
int inputSequenceLength,
int[] classes,
int[] backtrackClasses,
int[] lookaheadClasses)
- Instantiate a ChainedClassSequenceRule.
- Parameters:
lookups
- the rule's lookupsinputSequenceLength
- number of glyphs constituting input sequence (to be consumed)classes
- the rule's input glyph class sequence to match, starting with second glyph in sequencebacktrackClasses
- the rule's backtrack glyph class sequence to match, starting with first glyph in sequencelookaheadClasses
- the rule's lookahead glyph class sequence to match, starting with first glyph in sequence
getBacktrackClasses
public int[] getBacktrackClasses()
- Returns:
- the backtrack classes
getLookaheadClasses
public int[] getLookaheadClasses()
- Returns:
- the lookahead classes
toString
public java.lang.String toString()
-
- Overrides:
toString
in class GlyphTable.ClassSequenceRule
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.