Class FontManagerConfigurator.FontFamilyRegExFontTripletMatcher

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.regex.Pattern regex  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean matches​(FontTriplet triplet)
      Indicates whether the given FontTriplet matches a particular criterium.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • regex

        private final java.util.regex.Pattern regex
    • Constructor Detail

      • FontFamilyRegExFontTripletMatcher

        public FontFamilyRegExFontTripletMatcher​(java.lang.String regex)
    • Method Detail

      • matches

        public boolean matches​(FontTriplet triplet)
        Indicates whether the given FontTriplet matches a particular criterium.
        Specified by:
        matches in interface FontTriplet.Matcher
        Parameters:
        triplet - the font triplet
        Returns:
        true if the font triplet is a match