VAquaRendering - Release 3
Uses of Interface org.violetlib.jnr.Painter
-
-
-
Modifier and Type |
Interface and Description |
interface |
ConfiguredPainter
This interface is supported by painters that provide information about layout sizes.
|
interface |
SliderPainter
This interface defines additional methods that may be supported by a painter for sliders.
|
Modifier and Type |
Class and Description |
class |
NullPainter
A painter that does nothing.
|
-
Modifier and Type |
Method and Description |
abstract Painter |
AquaUIPainter.getPainter(Configuration g)
Return a widget painter based on the specified configuration and the previously configured widget size.
|