Uses of Class
org.violetlib.jnr.aqua.AquaUIPainter.ScrollBarKnobWidget
-
Packages that use AquaUIPainter.ScrollBarKnobWidget Package Description org.violetlib.jnr.aqua -
-
Uses of AquaUIPainter.ScrollBarKnobWidget in org.violetlib.jnr.aqua
Methods in org.violetlib.jnr.aqua that return AquaUIPainter.ScrollBarKnobWidget Modifier and Type Method and Description AquaUIPainter.ScrollBarKnobWidgetScrollBarConfiguration. getKnobWidget()static AquaUIPainter.ScrollBarKnobWidgetAquaUIPainter.ScrollBarKnobWidget. valueOf(String name)Returns the enum constant of this type with the specified name.static AquaUIPainter.ScrollBarKnobWidget[]AquaUIPainter.ScrollBarKnobWidget. 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.ScrollBarKnobWidget 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.
-