Class IOSStatusBarService

java.lang.Object
com.gluonhq.attach.statusbar.impl.IOSStatusBarService
All Implemented Interfaces:
StatusBarService

public class IOSStatusBarService extends Object implements StatusBarService
  • Constructor Details

    • IOSStatusBarService

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