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