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

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

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

      Methods in org.violetlib.jnr.aqua that return AquaUIPainter.SwitchTracking 
      Modifier and Type Method and Description
      AquaUIPainter.SwitchTracking  SegmentedButtonConfiguration.getTracking()
       
      static AquaUIPainter.SwitchTracking  AquaUIPainter.SwitchTracking.valueOf(String name)
      Returns the enum constant of this type with the specified name.
      static AquaUIPainter.SwitchTracking[]  AquaUIPainter.SwitchTracking.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.SwitchTracking 
      Constructor and Description
      SegmentedButtonConfiguration(AquaUIPainter.SegmentedButtonWidget bw, AquaUIPainter.Size size, AquaUIPainter.State state, boolean isSelected, boolean isFocused, AquaUIPainter.Direction d, AquaUIPainter.Position position, SegmentedButtonConfiguration.DividerState leftDividerState, SegmentedButtonConfiguration.DividerState rightDividerState, AquaUIPainter.SwitchTracking tracking)
       
      SegmentedButtonConfiguration(SegmentedButtonLayoutConfiguration g, AquaUIPainter.State state, boolean isSelected, boolean isFocused, AquaUIPainter.Direction d, SegmentedButtonConfiguration.DividerState leftDividerState, SegmentedButtonConfiguration.DividerState rightDividerState, AquaUIPainter.SwitchTracking tracking)