Uses of Interface
org.apache.fop.complexscripts.util.GlyphTester
Packages that use GlyphTester
-
Uses of GlyphTester in org.apache.fop.complexscripts.fonts
Classes in org.apache.fop.complexscripts.fonts that implement GlyphTesterModifier and TypeClassDescriptionprivate static class
combined AND glyph testerprivate static class
combined OR glyph testerprivate static class
NOT glyph testerFields in org.apache.fop.complexscripts.fonts declared as GlyphTesterModifier and TypeFieldDescriptionprivate 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 GlyphTesterModifier and TypeMethodDescriptionGlyphProcessingState.getCombinedAndTester
(GlyphTester[] gta, int ngt) Obtain an combined AND glyph tester.GlyphProcessingState.getCombinedIgnoreTester
(int flags) Obtain an ignored glyph tester that corresponds to the specified multiple (combined) lookup flags.GlyphProcessingState.getCombinedOrTester
(GlyphTester[] gta, int ngt) Obtain an combined OR glyph tester.GlyphProcessingState.getIgnoreDefault()
Obtain governing default ignores tester.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 GlyphTesterModifier and TypeMethodDescriptionGlyphProcessingState.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) GlyphProcessingState.getCombinedAndTester
(GlyphTester[] gta, int ngt) Obtain an combined AND glyph tester.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) 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 GlyphTesterModifierConstructorDescription(package private)
CombinedAndGlyphTester
(GlyphTester[] gta, int ngt) (package private)
CombinedOrGlyphTester
(GlyphTester[] gta, int ngt) (package private)