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. MAPMethods in org.pushingpixels.radiance.theming.api.painter.overlay that return BottomShadowOverlayPainter Modifier and Type Method Description static BottomShadowOverlayPainterBottomShadowOverlayPainter. getInstance()Returns the single instance of this class.static BottomShadowOverlayPainterBottomShadowOverlayPainter. getInstance(int strength)Returns an instance of bottom shadow overlay painter with the requested strength.
-