- All Known Implementing Classes:
Theme
public interface ColorTheme
-
Method Summary
Modifier and Type Method Description javafx.scene.paint.ColorgetBackgroundColor()javafx.scene.paint.ColorgetLineColor()javafx.scene.paint.ColorgetRasterColor()javafx.scene.paint.ColorgetTextColor()
-
Method Details
-
getBackgroundColor
javafx.scene.paint.Color getBackgroundColor() -
getLineColor
javafx.scene.paint.Color getLineColor() -
getRasterColor
javafx.scene.paint.Color getRasterColor() -
getTextColor
javafx.scene.paint.Color getTextColor()
-