Uses of Interface
org.apache.fop.complexscripts.util.GlyphTester
-
Packages that use GlyphTester Package Description org.apache.fop.complexscripts.fonts -
-
Uses of GlyphTester in org.apache.fop.complexscripts.fonts
Classes in org.apache.fop.complexscripts.fonts that implement GlyphTester Modifier and Type Class Description private static class
GlyphProcessingState.CombinedAndGlyphTester
combined AND glyph testerprivate static class
GlyphProcessingState.CombinedOrGlyphTester
combined OR glyph testerprivate static class
GlyphProcessingState.NotGlyphTester
NOT glyph testerFields in org.apache.fop.complexscripts.fonts declared as GlyphTester Modifier and Type Field Description private GlyphTester
GlyphProcessingState.NotGlyphTester. gt
private GlyphTester[]
GlyphProcessingState.CombinedAndGlyphTester. gta
private GlyphTester[]
GlyphProcessingState.CombinedOrGlyphTester. gta
protected GlyphTester
GlyphProcessingState. ignoreBase
ignore base glyph testerprotected GlyphTester
GlyphProcessingState. ignoreDefault
default ignore glyph testerprotected GlyphTester
GlyphProcessingState. ignoreLigature
ignore ligature glyph testerprotected GlyphTester
GlyphProcessingState. ignoreMark
ignore mark glyph testerMethods in org.apache.fop.complexscripts.fonts that return GlyphTester Modifier and Type Method Description 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 Modifier and Type Method Description CharAssociation[]
GlyphProcessingState. getAssociations(int offset, int count, boolean reverseOrder, GlyphTester ignoreTester, CharAssociation[] associations, int[] counts)
Obtaincount
character associations of glyphs starting at specified offset from current position.private CharAssociation[]
GlyphProcessingState. getAssociationsForward(int start, int count, GlyphTester ignoreTester, CharAssociation[] associations, int[] counts)
private CharAssociation[]
GlyphProcessingState. getAssociationsReverse(int start, int count, GlyphTester ignoreTester, CharAssociation[] associations, int[] counts)
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)
Obtaincount
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.private int[]
GlyphProcessingState. getGlyphsAvailableForward(int start, GlyphTester ignoreTester)
private int[]
GlyphProcessingState. getGlyphsAvailableReverse(int start, GlyphTester ignoreTester)
private int[]
GlyphProcessingState. getGlyphsForward(int start, int count, GlyphTester ignoreTester, int[] glyphs, int[] counts)
private int[]
GlyphProcessingState. getGlyphsReverse(int start, int count, GlyphTester ignoreTester, int[] glyphs, int[] counts)
CharAssociation[]
GlyphProcessingState. getIgnoredAssociations(int offset, int count, boolean reverseOrder, GlyphTester ignoreTester, CharAssociation[] associations, int[] counts)
Obtaincount
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)
Obtaincount
ignored glyphs starting at specified offset from current position.boolean
GlyphProcessingState. isIgnoredGlyph(int offset, GlyphTester ignoreTester)
Determine if glyph at specified offset from current position is ignored.void
GlyphProcessingState. setIgnoreDefault(GlyphTester ignoreDefault)
Set default ignore tester.Constructors in org.apache.fop.complexscripts.fonts with parameters of type GlyphTester Constructor Description CombinedAndGlyphTester(GlyphTester[] gta, int ngt)
CombinedOrGlyphTester(GlyphTester[] gta, int ngt)
NotGlyphTester(GlyphTester gt)
-