Uses of Interface
org.pentaho.reporting.libraries.css.resolver.StyleRuleMatcher
-
Packages that use StyleRuleMatcher Package Description org.pentaho.reporting.libraries.css.resolver org.pentaho.reporting.libraries.css.resolver.impl -
-
Uses of StyleRuleMatcher in org.pentaho.reporting.libraries.css.resolver
Methods in org.pentaho.reporting.libraries.css.resolver that return StyleRuleMatcher Modifier and Type Method Description StyleRuleMatcher
StyleRuleMatcher. deriveInstance()
Creates an independent copy of this style rule matcher. -
Uses of StyleRuleMatcher in org.pentaho.reporting.libraries.css.resolver.impl
Classes in org.pentaho.reporting.libraries.css.resolver.impl that implement StyleRuleMatcher Modifier and Type Class Description class
SimpleStyleRuleMatcher
A stateless implementation of the style rule matching.Methods in org.pentaho.reporting.libraries.css.resolver.impl that return StyleRuleMatcher Modifier and Type Method Description StyleRuleMatcher
SimpleStyleRuleMatcher. deriveInstance()
Creates an independent copy of this style rule matcher.
-