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 IOverlayAbstractNotificationStyle. fOverlayMethods in ch.swingfx.twinkle.style that return IOverlay Modifier and Type Method Description IOverlayAbstractNotificationStyle. getOverlay()IOverlayINotificationStyle. getOverlay()Get theIOverlaythat should be applied to the notificationMethods in ch.swingfx.twinkle.style with parameters of type IOverlay Modifier and Type Method Description AbstractNotificationStyleAbstractNotificationStyle. 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 classAbstractOverlayExtend this class if you want to create your ownIOverlayimplementations.
It implements the logic forOverlayPaintModevalues.classBorderOverlayPaints a border around the notificationclassGradientOverlayPaints a simple gradient from top to bottomclassNullOverlayEmpty implementation ofIOverlay.Fields in ch.swingfx.twinkle.style.overlay declared as IOverlay Modifier and Type Field Description private IOverlayAbstractOverlay. fDecoratorConstructors 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 newBorderOverlaywith a decoratorGradientOverlay(java.awt.Color startColor, java.awt.Color endColor, OverlayPaintMode paintMode, IOverlay decorator)Create a gradient overlay with a decorator
-