Overview
Package
Class
Use
Tree
Deprecated
Index
All Classes
Help
Prev
Next
VAquaRendering - Release 5
Uses of Interface org.violetlib.jnr.Painter
Deprecated: ShowHide

Uses of Interface
org.violetlib.jnr.Painter

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

      Subinterfaces of Painter in org.violetlib.jnr 
      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.
      Classes in org.violetlib.jnr that implement Painter 
      Modifier and Type Class and Description
      class  NullPainter
      A painter that does nothing.
    • Uses of Painter in org.violetlib.jnr.aqua

      Methods in org.violetlib.jnr.aqua that return Painter 
      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.