Class GlyphProcessingState.CombinedOrGlyphTester
- java.lang.Object
-
- org.apache.fop.complexscripts.fonts.GlyphProcessingState.CombinedOrGlyphTester
-
- All Implemented Interfaces:
GlyphTester
- Enclosing class:
- GlyphProcessingState
private static class GlyphProcessingState.CombinedOrGlyphTester extends java.lang.Object implements GlyphTester
combined OR glyph tester
-
-
Field Summary
Fields Modifier and Type Field Description private GlyphTester[]
gta
private int
ngt
-
Constructor Summary
Constructors Constructor Description CombinedOrGlyphTester(GlyphTester[] gta, int ngt)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
test(int gi, int flags)
Perform a test on a glyph identifier.
-
-
-
Field Detail
-
gta
private GlyphTester[] gta
-
ngt
private int ngt
-
-
Constructor Detail
-
CombinedOrGlyphTester
CombinedOrGlyphTester(GlyphTester[] gta, int ngt)
-
-
Method Detail
-
test
public boolean test(int gi, int flags)
Perform a test on a glyph identifier.- Specified by:
test
in interfaceGlyphTester
- Parameters:
gi
- glyph identififerflags
- that apply to lookup in scope- Returns:
- true if test is satisfied
-
-