Uses of Class
org.violetlib.jnr.aqua.ButtonLayoutConfiguration
-
Packages that use ButtonLayoutConfiguration Package Description org.violetlib.jnr.aqua -
-
Uses of ButtonLayoutConfiguration in org.violetlib.jnr.aqua
Subclasses of ButtonLayoutConfiguration in org.violetlib.jnr.aqua Modifier and Type Class and Description class
AnimatedButtonConfiguration
A configuration for a button that supports an animated transition from one button state to another.class
ButtonConfiguration
A configuration for a button.Methods in org.violetlib.jnr.aqua with parameters of type ButtonLayoutConfiguration Modifier and Type Method and Description abstract Insetter
AquaUILayoutInfo. getButtonLabelInsets(ButtonLayoutConfiguration g)
Indicate where a button label should be painted, based on the specified parameters.Constructors in org.violetlib.jnr.aqua with parameters of type ButtonLayoutConfiguration Constructor and Description ButtonConfiguration(ButtonLayoutConfiguration g, AquaUIPainter.State state, boolean isFocused, AquaUIPainter.ButtonState buttonState)
-