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

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

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

      Methods in org.violetlib.jnr.aqua that return AquaUIPainter.ScrollBarWidget 
      Modifier and Type Method and Description
      AquaUIPainter.ScrollBarWidget  ScrollBarLayoutConfiguration.getWidget()
       
      static AquaUIPainter.ScrollBarWidget  AquaUIPainter.ScrollBarWidget.valueOf(String name)
      Returns the enum constant of this type with the specified name.
      static AquaUIPainter.ScrollBarWidget[]  AquaUIPainter.ScrollBarWidget.values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Constructors in org.violetlib.jnr.aqua with parameters of type AquaUIPainter.ScrollBarWidget 
      Constructor and Description
      ScrollBarConfiguration(AquaUIPainter.ScrollBarWidget bw, AquaUIPainter.ScrollBarKnobWidget kw, AquaUIPainter.Size sz, AquaUIPainter.State state, AquaUIPainter.Orientation o, float thumbPosition, float thumbExtent, boolean noTrack)
      Create a scroll bar configuration.
      ScrollBarLayoutConfiguration(AquaUIPainter.ScrollBarWidget bw, AquaUIPainter.Size size, AquaUIPainter.Orientation o)
       
      ScrollBarThumbLayoutConfiguration(AquaUIPainter.ScrollBarWidget bw, AquaUIPainter.Size size, AquaUIPainter.Orientation o, float thumbExtent, int value)