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 theIOverlaythat 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 TypeClassDescriptionclassExtend this class if you want to create your ownIOverlayimplementations.
It implements the logic forOverlayPaintModevalues.classPaints a border around the notificationclassPaints a simple gradient from top to bottomclassEmpty 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 newBorderOverlaywith a decoratorGradientOverlay(Color startColor, Color endColor, OverlayPaintMode paintMode, IOverlay decorator) Create a gradient overlay with a decorator