Uses of Interface
ch.swingfx.twinkle.style.overlay.IOverlay
Packages that use IOverlay
-
Uses of IOverlay in ch.swingfx.twinkle.style
Fields in ch.swingfx.twinkle.style declared as IOverlayMethods in ch.swingfx.twinkle.style that return IOverlayModifier and TypeMethodDescriptionAbstractNotificationStyle.getOverlay()
INotificationStyle.getOverlay()
Get theIOverlay
that should be applied to the notificationMethods in ch.swingfx.twinkle.style with parameters of type IOverlayModifier and TypeMethodDescriptionAbstractNotificationStyle.withOverlay
(IOverlay overlay) Override the defaultIOverlay
-
Uses of IOverlay in ch.swingfx.twinkle.style.overlay
Classes in ch.swingfx.twinkle.style.overlay that implement IOverlayModifier and TypeClassDescriptionclass
Extend this class if you want to create your ownIOverlay
implementations.
It implements the logic forOverlayPaintMode
values.class
Paints a border around the notificationclass
Paints a simple gradient from top to bottomclass
Empty implementation ofIOverlay
.Fields in ch.swingfx.twinkle.style.overlay declared as IOverlayConstructors in ch.swingfx.twinkle.style.overlay with parameters of type IOverlayModifierConstructorDescriptionAbstractOverlay
(OverlayPaintMode paintMode, IOverlay decorator) BorderOverlay
(int width, Color color, OverlayPaintMode paintMode, IOverlay decorator) Create a newBorderOverlay
with a decoratorGradientOverlay
(Color startColor, Color endColor, OverlayPaintMode paintMode, IOverlay decorator) Create a gradient overlay with a decorator