Uses of Interface
ch.swingfx.twinkle.style.overlay.IOverlay
-
Packages that use IOverlay Package Description ch.swingfx.twinkle.style ch.swingfx.twinkle.style.overlay -
-
Uses of IOverlay in ch.swingfx.twinkle.style
Fields in ch.swingfx.twinkle.style declared as IOverlay Modifier and Type Field Description private IOverlay
AbstractNotificationStyle. fOverlay
Methods in ch.swingfx.twinkle.style that return IOverlay Modifier and Type Method Description IOverlay
AbstractNotificationStyle. getOverlay()
IOverlay
INotificationStyle. getOverlay()
Get theIOverlay
that should be applied to the notificationMethods in ch.swingfx.twinkle.style with parameters of type IOverlay Modifier and Type Method Description AbstractNotificationStyle
AbstractNotificationStyle. withOverlay(IOverlay overlay)
Override the defaultIOverlay
-
Uses of IOverlay in ch.swingfx.twinkle.style.overlay
Classes in ch.swingfx.twinkle.style.overlay that implement IOverlay Modifier and Type Class Description class
AbstractOverlay
Extend this class if you want to create your ownIOverlay
implementations.
It implements the logic forOverlayPaintMode
values.class
BorderOverlay
Paints a border around the notificationclass
GradientOverlay
Paints a simple gradient from top to bottomclass
NullOverlay
Empty implementation ofIOverlay
.Fields in ch.swingfx.twinkle.style.overlay declared as IOverlay Modifier and Type Field Description private IOverlay
AbstractOverlay. fDecorator
Constructors in ch.swingfx.twinkle.style.overlay with parameters of type IOverlay Constructor Description AbstractOverlay(OverlayPaintMode paintMode, IOverlay decorator)
BorderOverlay(int width, java.awt.Color color, OverlayPaintMode paintMode, IOverlay decorator)
Create a newBorderOverlay
with a decoratorGradientOverlay(java.awt.Color startColor, java.awt.Color endColor, OverlayPaintMode paintMode, IOverlay decorator)
Create a gradient overlay with a decorator
-