Uses of Enum Class
javax.swing.plaf.nimbus.AbstractRegionPainter.PaintContext.CacheMode
Package
Description
Provides user interface objects built according to the cross-platform Nimbus
look and feel.
-
Uses of AbstractRegionPainter.PaintContext.CacheMode in javax.swing.plaf.nimbus
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.AbstractRegionPainter.PaintContext.CacheMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionPaintContext
(Insets insets, Dimension canvasSize, boolean inverted, AbstractRegionPainter.PaintContext.CacheMode cacheMode, double maxH, double maxV) Creates a new PaintContext.