Class IOSStatusBarService

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setColor​(javafx.scene.paint.Color color)
      Sets the color of the status bar to the specified color.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IOSStatusBarService

        public IOSStatusBarService()
    • Method Detail

      • 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 interface StatusBarService
        Parameters:
        color - The color to set the status bar to.