Uses of Enum Class
ch.swingfx.twinkle.style.overlay.OverlayPaintMode
Packages that use OverlayPaintMode
-
Uses of OverlayPaintMode in ch.swingfx.twinkle.style.overlay
Fields in ch.swingfx.twinkle.style.overlay declared as OverlayPaintModeMethods in ch.swingfx.twinkle.style.overlay that return OverlayPaintModeModifier and TypeMethodDescriptionstatic OverlayPaintMode
Returns the enum constant of this class with the specified name.static OverlayPaintMode[]
OverlayPaintMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ch.swingfx.twinkle.style.overlay with parameters of type OverlayPaintModeModifier and TypeMethodDescriptionvoid
AbstractOverlay.setOverlayPaintMode
(OverlayPaintMode paintMode) void
IOverlay.setOverlayPaintMode
(OverlayPaintMode paintMode) Set when the overlay is paintedvoid
NullOverlay.setOverlayPaintMode
(OverlayPaintMode paintMode) Constructors in ch.swingfx.twinkle.style.overlay with parameters of type OverlayPaintModeModifierConstructorDescriptionAbstractOverlay
(OverlayPaintMode paintMode, IOverlay decorator) BorderOverlay
(int width, Color color, OverlayPaintMode paintMode) Create a newBorderOverlay
BorderOverlay
(int width, Color color, OverlayPaintMode paintMode, IOverlay decorator) Create a newBorderOverlay
with a decoratorGradientOverlay
(Color startColor, Color endColor, OverlayPaintMode paintMode) Create a gradient overlayGradientOverlay
(Color startColor, Color endColor, OverlayPaintMode paintMode, IOverlay decorator) Create a gradient overlay with a decorator