fop 1.1

Uses of Interface
org.apache.fop.complexscripts.util.GlyphTester

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

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

Fields in org.apache.fop.complexscripts.fonts declared as GlyphTester
protected  GlyphTester GlyphProcessingState.ignoreBase
          ignore base glyph tester
protected  GlyphTester GlyphProcessingState.ignoreDefault
          default ignore glyph tester
protected  GlyphTester GlyphProcessingState.ignoreLigature
          ignore ligature glyph tester
protected  GlyphTester GlyphProcessingState.ignoreMark
          ignore mark glyph tester
 

Methods in org.apache.fop.complexscripts.fonts that return GlyphTester
 GlyphTester GlyphProcessingState.getCombinedAndTester(GlyphTester[] gta, int ngt)
          Obtain an combined AND glyph tester.
 GlyphTester GlyphProcessingState.getCombinedIgnoreTester(int flags)
          Obtain an ignored glyph tester that corresponds to the specified multiple (combined) lookup flags.
 GlyphTester GlyphProcessingState.getCombinedOrTester(GlyphTester[] gta, int ngt)
          Obtain an combined OR glyph tester.
 GlyphTester GlyphProcessingState.getIgnoreDefault()
          Obtain governing default ignores tester.
 GlyphTester GlyphProcessingState.getIgnoreTester(int flags)
          Obtain an ignored glyph tester that corresponds to the specified lookup flags.
 

Methods in org.apache.fop.complexscripts.fonts with parameters of type GlyphTester
 GlyphSequence.CharAssociation[] GlyphProcessingState.getAssociations(int offset, int count, boolean reverseOrder, GlyphTester ignoreTester, GlyphSequence.CharAssociation[] associations, int[] counts)
          Obtain count character associations of glyphs starting at specified offset from current position.
 GlyphTester GlyphProcessingState.getCombinedAndTester(GlyphTester[] gta, int ngt)
          Obtain an combined AND glyph tester.
 GlyphTester GlyphProcessingState.getCombinedOrTester(GlyphTester[] gta, int ngt)
          Obtain an combined OR glyph tester.
 int[] GlyphProcessingState.getGlyphs(int offset, int count, boolean reverseOrder, GlyphTester ignoreTester, int[] glyphs, int[] counts)
          Obtain count glyphs starting at specified offset from current position.
 int[] GlyphProcessingState.getGlyphsAvailable(int offset, boolean reverseOrder, GlyphTester ignoreTester)
          Determine number of glyphs available starting at specified offset from current position.
 GlyphSequence.CharAssociation[] GlyphProcessingState.getIgnoredAssociations(int offset, int count, boolean reverseOrder, GlyphTester ignoreTester, GlyphSequence.CharAssociation[] associations, int[] counts)
          Obtain count character associations of ignored glyphs starting at specified offset from current position.
 int[] GlyphProcessingState.getIgnoredGlyphs(int offset, int count, boolean reverseOrder, GlyphTester ignoreTester, int[] glyphs, int[] counts)
          Obtain count ignored glyphs starting at specified offset from current position.
 void GlyphProcessingState.setIgnoreDefault(GlyphTester ignoreDefault)
          Set default ignore tester.
 


fop 1.1

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