Module com.gluonhq.attach.statusbar
Class AndroidStatusBarService
java.lang.Object
com.gluonhq.attach.statusbar.impl.AndroidStatusBarService
- All Implemented Interfaces:
StatusBarService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setColor
(javafx.scene.paint.Color color) Sets the color of the status bar to the specified color.
-
Constructor Details
-
AndroidStatusBarService
public AndroidStatusBarService()
-
-
Method Details
-
setColor
public void setColor(javafx.scene.paint.Color color) Description copied from interface:StatusBarService
Sets the color of the status bar to the specified color.- Specified by:
setColor
in interfaceStatusBarService
- Parameters:
color
- The color to set the status bar to.
-