Uses of Class
org.pushingpixels.radiance.theming.api.painter.overlay.BottomShadowOverlayPainter
-
Packages that use BottomShadowOverlayPainter Package Description org.pushingpixels.radiance.theming.api.painter.overlay -
-
Uses of BottomShadowOverlayPainter in org.pushingpixels.radiance.theming.api.painter.overlay
Fields in org.pushingpixels.radiance.theming.api.painter.overlay with type parameters of type BottomShadowOverlayPainter Modifier and Type Field Description private static java.util.Map<java.lang.Integer,BottomShadowOverlayPainter>
BottomShadowOverlayPainter. MAP
Methods in org.pushingpixels.radiance.theming.api.painter.overlay that return BottomShadowOverlayPainter Modifier and Type Method Description static BottomShadowOverlayPainter
BottomShadowOverlayPainter. getInstance()
Returns the single instance of this class.static BottomShadowOverlayPainter
BottomShadowOverlayPainter. getInstance(int strength)
Returns an instance of bottom shadow overlay painter with the requested strength.
-