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

Uses of Class
org.violetlib.jnr.aqua.SegmentedButtonLayoutConfiguration

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

      Subclasses of SegmentedButtonLayoutConfiguration in org.violetlib.jnr.aqua 
      Modifier and Type Class and Description
      class  SegmentedButtonConfiguration
      A configuration for a segmented button.
      Methods in org.violetlib.jnr.aqua with parameters of type SegmentedButtonLayoutConfiguration 
      Modifier and Type Method and Description
      abstract Insetter  AquaUILayoutInfo.getSegmentedButtonLabelInsets(SegmentedButtonLayoutConfiguration g)
      Indicate where a segmented button label should be painted, based on the specified parameters.
      Constructors in org.violetlib.jnr.aqua with parameters of type SegmentedButtonLayoutConfiguration 
      Constructor and Description
      SegmentedButtonConfiguration(SegmentedButtonLayoutConfiguration g, AquaUIPainter.State state, boolean isSelected, boolean isFocused, AquaUIPainter.Direction d, SegmentedButtonConfiguration.DividerState leftDividerState, SegmentedButtonConfiguration.DividerState rightDividerState)