|
fop 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.complexscripts.fonts.GlyphTable.Rule
org.apache.fop.complexscripts.fonts.GlyphTable.GlyphSequenceRule
public static class GlyphTable.GlyphSequenceRule
The GlyphSequenceRule
class implements a subclass of Rule
that supports matching on a specific glyph sequence.
Constructor Summary | |
---|---|
GlyphTable.GlyphSequenceRule(GlyphTable.RuleLookup[] lookups,
int inputSequenceLength,
int[] glyphs)
Instantiate a GlyphSequenceRule. |
Method Summary | |
---|---|
int[] |
getGlyphs()
Obtain glyphs. |
int[] |
getGlyphs(int firstGlyph)
Obtain glyphs augmented by specified first glyph entry. |
java.lang.String |
toString()
|
Methods inherited from class org.apache.fop.complexscripts.fonts.GlyphTable.Rule |
---|
getInputSequenceLength, getLookups, resolveLookupReferences |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GlyphTable.GlyphSequenceRule(GlyphTable.RuleLookup[] lookups, int inputSequenceLength, int[] glyphs)
lookups
- the rule's lookupsinputSequenceLength
- number of glyphs constituting input sequence (to be consumed)glyphs
- the rule's glyph sequence to match, starting with second glyph in sequenceMethod Detail |
---|
public int[] getGlyphs()
public int[] getGlyphs(int firstGlyph)
firstGlyph
- to fill in first glyph entry
public java.lang.String toString()
toString
in class GlyphTable.Rule
|
fop 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |