fop 1.1

Uses of Class
org.apache.fop.complexscripts.fonts.GlyphTable.RuleLookup

Packages that use GlyphTable.RuleLookup
org.apache.fop.complexscripts.fonts   
 

Uses of GlyphTable.RuleLookup in org.apache.fop.complexscripts.fonts
 

Methods in org.apache.fop.complexscripts.fonts that return GlyphTable.RuleLookup
 GlyphTable.RuleLookup[] GlyphTable.Rule.getLookups()
           
 

Methods in org.apache.fop.complexscripts.fonts with parameters of type GlyphTable.RuleLookup
 boolean GlyphPositioningState.apply(GlyphTable.RuleLookup[] lookups, int nig)
          Apply a sequence of matched rule lookups to the nig input glyphs starting at the current position.
 boolean GlyphSubstitutionState.apply(GlyphTable.RuleLookup[] lookups, int nig)
          Apply a sequence of matched rule lookups to the nig input glyphs starting at the current position.
 

Constructors in org.apache.fop.complexscripts.fonts with parameters of type GlyphTable.RuleLookup
GlyphTable.ChainedClassSequenceRule(GlyphTable.RuleLookup[] lookups, int inputSequenceLength, int[] classes, int[] backtrackClasses, int[] lookaheadClasses)
          Instantiate a ChainedClassSequenceRule.
GlyphTable.ChainedCoverageSequenceRule(GlyphTable.RuleLookup[] lookups, int inputSequenceLength, GlyphCoverageTable[] coverages, GlyphCoverageTable[] backtrackCoverages, GlyphCoverageTable[] lookaheadCoverages)
          Instantiate a ChainedCoverageSequenceRule.
GlyphTable.ChainedGlyphSequenceRule(GlyphTable.RuleLookup[] lookups, int inputSequenceLength, int[] glyphs, int[] backtrackGlyphs, int[] lookaheadGlyphs)
          Instantiate a ChainedGlyphSequenceRule.
GlyphTable.ClassSequenceRule(GlyphTable.RuleLookup[] lookups, int inputSequenceLength, int[] classes)
          Instantiate a ClassSequenceRule.
GlyphTable.CoverageSequenceRule(GlyphTable.RuleLookup[] lookups, int inputSequenceLength, GlyphCoverageTable[] coverages)
          Instantiate a ClassSequenceRule.
GlyphTable.GlyphSequenceRule(GlyphTable.RuleLookup[] lookups, int inputSequenceLength, int[] glyphs)
          Instantiate a GlyphSequenceRule.
GlyphTable.Rule(GlyphTable.RuleLookup[] lookups, int inputSequenceLength)
          Instantiate a Rule.
 


fop 1.1

Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.