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 TypeMethodDescriptionbooleanmatches(FontTriplet triplet) Indicates whether the givenFontTripletmatches a particular criterium.
-
Field Details
-
matchers
-
-
Constructor Details
-
AggregateMatcher
-
-
Method Details
-
matches
Description copied from interface:FontTriplet.MatcherIndicates 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
-