Package org.apache.fop.render.afp
Class AFPFontConfig.AggregateMatcher
java.lang.Object
org.apache.fop.render.afp.AFPFontConfig.AggregateMatcher
- All Implemented Interfaces:
FontTriplet.Matcher
- Enclosing class:
AFPFontConfig
private static final class AFPFontConfig.AggregateMatcher
extends Object
implements FontTriplet.Matcher
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
matches
(FontTriplet triplet) Indicates whether the givenFontTriplet
matches a particular criterium.
-
Field Details
-
matchers
-
-
Constructor Details
-
AggregateMatcher
-
-
Method Details
-
matches
Description copied from interface:FontTriplet.Matcher
Indicates whether the givenFontTriplet
matches a particular criterium.- Specified by:
matches
in interfaceFontTriplet.Matcher
- Parameters:
triplet
- the font triplet- Returns:
- true if the font triplet is a match
-