Class StyleClass
java.lang.Object
javafx.css.StyleClass
-
Constructor Summary
ConstructorDescriptionStyleClass
(String styleClassName, int index) Constructs aStyleClass
object. -
Method Summary
-
Constructor Details
-
StyleClass
Constructs aStyleClass
object.- Parameters:
styleClassName
- name of the style classindex
- style class index
-
-
Method Details
-
getStyleClassName
-
toString
-
getIndex
public int getIndex()Returns the index of thisStyleClass
in the styleClasses list.- Returns:
- index
-