Overview
Package
Class
Use
Tree
Deprecated
Index
All Classes
Help
Prev
Next
VAquaRendering - Release 1
Uses of Class org.violetlib.jnr.aqua.AquaUIPainter.TitleBarButtonWidget
Deprecated: ShowHide

Uses of Class
org.violetlib.jnr.aqua.AquaUIPainter.TitleBarButtonWidget

  • Packages that use AquaUIPainter.TitleBarButtonWidget 
    Package Description
    org.violetlib.jnr.aqua
     
    • Uses of AquaUIPainter.TitleBarButtonWidget in org.violetlib.jnr.aqua

      Methods in org.violetlib.jnr.aqua that return AquaUIPainter.TitleBarButtonWidget 
      Modifier and Type Method and Description
      abstract AquaUIPainter.TitleBarButtonWidget  AquaUILayoutInfo.identifyTitleBarButton(Rectangle2D bounds, TitleBarLayoutConfiguration g, int x, int y)
      Map a location in a title bar to the corresponding button.
      static AquaUIPainter.TitleBarButtonWidget  AquaUIPainter.TitleBarButtonWidget.valueOf(String name)
      Returns the enum constant of this type with the specified name.
      static AquaUIPainter.TitleBarButtonWidget[]  AquaUIPainter.TitleBarButtonWidget.values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Methods in org.violetlib.jnr.aqua with parameters of type AquaUIPainter.TitleBarButtonWidget 
      Modifier and Type Method and Description
      abstract Insetter  AquaUILayoutInfo.getTitleBarButtonInsets(TitleBarLayoutConfiguration g, AquaUIPainter.TitleBarButtonWidget bw)
      Return the insets of a title bar button.
      abstract Shape  AquaUILayoutInfo.getTitleBarButtonShape(Rectangle2D bounds, TitleBarLayoutConfiguration g, AquaUIPainter.TitleBarButtonWidget bw)
      Return the shape of a title bar button, for painting.