Class GlyphProcessingState.NotGlyphTester
- java.lang.Object
-
- org.apache.fop.complexscripts.fonts.GlyphProcessingState.NotGlyphTester
-
- All Implemented Interfaces:
GlyphTester
- Enclosing class:
- GlyphProcessingState
private static class GlyphProcessingState.NotGlyphTester extends java.lang.Object implements GlyphTester
NOT glyph tester
-
-
Field Summary
Fields Modifier and Type Field Description private GlyphTester
gt
-
Constructor Summary
Constructors Constructor Description NotGlyphTester(GlyphTester gt)
-
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
-
gt
private GlyphTester gt
-
-
Constructor Detail
-
NotGlyphTester
NotGlyphTester(GlyphTester gt)
-
-
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
-
-