fop 2.1

Uses of Class
org.apache.fop.complexscripts.fonts.GlyphCoverageTable

Packages that use GlyphCoverageTable
org.apache.fop.complexscripts.fonts   
 

Uses of GlyphCoverageTable in org.apache.fop.complexscripts.fonts
 

Methods in org.apache.fop.complexscripts.fonts that return GlyphCoverageTable
static GlyphCoverageTable GlyphCoverageTable.createCoverageTable(java.util.List entries)
          Create glyph coverage table.
 GlyphCoverageTable[] GlyphTable.ChainedCoverageSequenceRule.getBacktrackCoverages()
           
 GlyphCoverageTable[] GlyphTable.CoverageSequenceRule.getCoverages()
           
 GlyphCoverageTable[] GlyphTable.ChainedCoverageSequenceRule.getLookaheadCoverages()
           
 

Methods in org.apache.fop.complexscripts.fonts with parameters of type GlyphCoverageTable
static GlyphSubtable GlyphPositioningTable.createSubtable(int type, java.lang.String id, int sequence, int flags, int format, GlyphCoverageTable coverage, java.util.List entries)
          Create a positioning subtable according to the specified arguments.
static GlyphSubtable GlyphSubstitutionTable.createSubtable(int type, java.lang.String id, int sequence, int flags, int format, GlyphCoverageTable coverage, java.util.List entries)
          Create a substitution subtable according to the specified arguments.
 

Constructors in org.apache.fop.complexscripts.fonts with parameters of type GlyphCoverageTable
GlyphPositioningSubtable(java.lang.String id, int sequence, int flags, int format, GlyphCoverageTable coverage)
          Instantiate a GlyphPositioningSubtable.
GlyphSubstitutionSubtable(java.lang.String id, int sequence, int flags, int format, GlyphCoverageTable coverage)
          Instantiate a GlyphSubstitutionSubtable.
GlyphTable.ChainedCoverageSequenceRule(GlyphTable.RuleLookup[] lookups, int inputSequenceLength, GlyphCoverageTable[] coverages, GlyphCoverageTable[] backtrackCoverages, GlyphCoverageTable[] lookaheadCoverages)
          Instantiate a ChainedCoverageSequenceRule.
GlyphTable.ChainedCoverageSequenceRule(GlyphTable.RuleLookup[] lookups, int inputSequenceLength, GlyphCoverageTable[] coverages, GlyphCoverageTable[] backtrackCoverages, GlyphCoverageTable[] lookaheadCoverages)
          Instantiate a ChainedCoverageSequenceRule.
GlyphTable.ChainedCoverageSequenceRule(GlyphTable.RuleLookup[] lookups, int inputSequenceLength, GlyphCoverageTable[] coverages, GlyphCoverageTable[] backtrackCoverages, GlyphCoverageTable[] lookaheadCoverages)
          Instantiate a ChainedCoverageSequenceRule.
GlyphTable.CoverageSequenceRule(GlyphTable.RuleLookup[] lookups, int inputSequenceLength, GlyphCoverageTable[] coverages)
          Instantiate a ClassSequenceRule.
 


fop 2.1

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