Interface FlatNativeWindowBorder.Provider

    • Method Detail

      • hasCustomDecoration

        boolean hasCustomDecoration​(Window window)
      • setHasCustomDecoration

        void setHasCustomDecoration​(Window window,
                                    boolean hasCustomDecoration)
      • setTitleBarHeight

        void setTitleBarHeight​(Window window,
                               int titleBarHeight)
      • setTitleBarHitTestSpots

        void setTitleBarHitTestSpots​(Window window,
                                     List<Rectangle> hitTestSpots)
      • setTitleBarAppIconBounds

        void setTitleBarAppIconBounds​(Window window,
                                      Rectangle appIconBounds)
      • showWindow

        boolean showWindow​(Window window,
                           int cmd)
      • isColorizationColorAffectsBorders

        boolean isColorizationColorAffectsBorders()
      • getColorizationColor

        Color getColorizationColor()
      • getColorizationColorBalance

        int getColorizationColorBalance()
      • removeChangeListener

        void removeChangeListener​(ChangeListener l)