Uses of Interface
javax.swing.Painter
Packages that use Painter
包
描述
Provides user interface objects built according to the cross-platform Nimbus
look and feel.
-
Uses of Painter in javax.swing.plaf.nimbus
Classes in javax.swing.plaf.nimbus that implement Painter修饰符和类Class描述class
Convenient base class for defining Painter instances for rendering a region or component in Nimbus.Methods in javax.swing.plaf.nimbus that return Painter修饰符和类方法描述NimbusStyle.getBackgroundPainter
(SynthContext ctx) Gets the appropriate background Painter, if there is one, for the state specified in the given SynthContext.NimbusStyle.getBorderPainter
(SynthContext ctx) Gets the appropriate border Painter, if there is one, for the state specified in the given SynthContext.NimbusStyle.getForegroundPainter
(SynthContext ctx) Gets the appropriate foreground Painter, if there is one, for the state specified in the given SynthContext.