public abstract class Glisten
extends java.lang.Object
GlistenFactory
class.GlistenFactory
Modifier | Constructor and Description |
---|---|
protected |
Glisten()
This class should not be instantiated directly, rather, developers wanting
to use this API should instead call
GlistenFactory.getGlisten() to
get an instance of this class that is relevant to the platform that
their software is being executed on. |
Modifier and Type | Method and Description |
---|---|
void |
setStatusBarBackgroundColor(javafx.scene.paint.Color color)
Sets the background color of the status bar area, on devices where this
is possible (e.g.
|
protected Glisten()
GlistenFactory.getGlisten()
to
get an instance of this class that is relevant to the platform that
their software is being executed on.public void setStatusBarBackgroundColor(javafx.scene.paint.Color color)
color
- The color to set the status bar background.