- java.lang.Object
- 
- javafx.css.Match
 
- 
- All Implemented Interfaces:
- Comparable<Match>
 
 public final class Match extends Object implements Comparable<Match> Used byRuleto determine whether or not the selector applies to a given object. Returned bySelectormatches in the event of a match.- Since:
- 9
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Match o)com.sun.javafx.css.PseudoClassStategetPseudoClasses()SelectorgetSelector()intgetSpecificity()
 
- 
- 
- 
Method Detail- 
getSelectorpublic Selector getSelector() 
 - 
getPseudoClassespublic com.sun.javafx.css.PseudoClassState getPseudoClasses() 
 - 
getSpecificitypublic int getSpecificity() 
 - 
compareTopublic int compareTo(Match o) - Specified by:
- compareToin interface- Comparable<Match>
 
 
- 
 
-