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.
    • setSystemBarsAppearance

      public void setSystemBarsAppearance(StatusBarService.APPEARANCE statusBarAppearance, StatusBarService.APPEARANCE navigationBarAppearance)
      Description copied from interface: StatusBarService
      Sets the appearance of the icons of the system bars to light or dark, so these have enough contrast and can be easily read Only applies to Android.
      Specified by:
      setSystemBarsAppearance in interface StatusBarService
      Parameters:
      statusBarAppearance - the light or dark appearance of the status bar
      navigationBarAppearance - the light or dark appearance of the navigation bar