- java.lang.Object
-
- javafx.css.Match
-
- All Implemented Interfaces:
Comparable<Match>
public final class Match extends Object implements Comparable<Match>
Used byRule
to determine whether or not the selector applies to a given object. Returned bySelector
matches in the event of a match.- Since:
- 9
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.sun.javafx.css.PseudoClassState
getPseudoClasses()
Selector
getSelector()
int
getSpecificity()
-
Methods declared in interface java.lang.Comparable
compareTo
-
-
-
-
Method Detail
-
getSelector
public Selector getSelector()
-
getPseudoClasses
public com.sun.javafx.css.PseudoClassState getPseudoClasses()
-
getSpecificity
public int getSpecificity()
-
-