Package org.apache.fop.fonts
Class FontManagerConfigurator.OrFontTripletMatcher
java.lang.Object
org.apache.fop.fonts.FontManagerConfigurator.OrFontTripletMatcher
- All Implemented Interfaces:
FontTriplet.Matcher
- Enclosing class:
FontManagerConfigurator
private static class FontManagerConfigurator.OrFontTripletMatcher
extends Object
implements FontTriplet.Matcher
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanmatches(FontTriplet triplet) Indicates whether the givenFontTripletmatches a particular criterium.
-
Field Details
-
matchers
-
-
Constructor Details
-
OrFontTripletMatcher
-
-
Method Details
-
matches
Indicates whether the givenFontTripletmatches a particular criterium.- Specified by:
matchesin interfaceFontTriplet.Matcher- Parameters:
triplet- the font triplet- Returns:
- true if the font triplet is a match
-