I have to workarround a JavaFX8-Bug. Is it possible to read out all css attributes from a CSS-Class.
For Example:
.test {
-fx-background-color: red;
}
What I want is to get this as a String -fx-background-color: red;
I have to workarround a JavaFX8-Bug. Is it possible to read out all css attributes from a CSS-Class.
For Example:
.test {
-fx-background-color: red;
}
What I want is to get this as a String -fx-background-color: red;