|
fop 1.1 | |||||||||
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.ClassSequenceRule
public static class GlyphTable.ClassSequenceRule
The ClassSequenceRule
class implements a subclass of Rule
that supports matching on a specific glyph class sequence.
Constructor Summary | |
---|---|
GlyphTable.ClassSequenceRule(GlyphTable.RuleLookup[] lookups,
int inputSequenceLength,
int[] classes)
Instantiate a ClassSequenceRule. |
Method Summary | |
---|---|
int[] |
getClasses()
Obtain glyph classes. |
int[] |
getClasses(int firstClass)
Obtain glyph classes augmented by specified first class 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.ClassSequenceRule(GlyphTable.RuleLookup[] lookups, int inputSequenceLength, int[] classes)
lookups
- the rule's lookupsinputSequenceLength
- number of glyphs constituting input sequence (to be consumed)classes
- the rule's glyph class sequence to match, starting with second glyph in sequenceMethod Detail |
---|
public int[] getClasses()
public int[] getClasses(int firstClass)
firstClass
- to fill in first class entry
public java.lang.String toString()
toString
in class GlyphTable.Rule
|
fop 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |