Class StyleClass
java.lang.Object
javafx.css.StyleClass
- 
Constructor SummaryConstructorsConstructorDescriptionStyleClass(String styleClassName, int index) Constructs aStyleClassobject.
- 
Method Summary
- 
Constructor Details- 
StyleClassConstructs aStyleClassobject.- Parameters:
- styleClassName- name of the style class
- index- style class index
 
 
- 
- 
Method Details- 
getStyleClassName
- 
toString
- 
getIndexpublic int getIndex()Returns the index of thisStyleClassin the styleClasses list.- Returns:
- index
 
 
-