Uses of Interface
ch.swingfx.twinkle.style.background.IBackground
-
Packages that use IBackground Package Description ch.swingfx.twinkle.style ch.swingfx.twinkle.style.background -
-
Uses of IBackground in ch.swingfx.twinkle.style
Fields in ch.swingfx.twinkle.style declared as IBackground Modifier and Type Field Description private IBackgroundAbstractNotificationStyle. fBackgroundMethods in ch.swingfx.twinkle.style that return IBackground Modifier and Type Method Description IBackgroundAbstractNotificationStyle. getBackground()IBackgroundINotificationStyle. getBackground()Get theIBackgroundthat should be applied to the notificationMethods in ch.swingfx.twinkle.style with parameters of type IBackground Modifier and Type Method Description AbstractNotificationStyleAbstractNotificationStyle. withBackground(IBackground background)Override the defaultIBackground -
Uses of IBackground in ch.swingfx.twinkle.style.background
Classes in ch.swingfx.twinkle.style.background that implement IBackground Modifier and Type Class Description classColorBackgroundPaints a color as backgroundclassGradientBackgroundPaint a top to bottom gradient.Fields in ch.swingfx.twinkle.style.background declared as IBackground Modifier and Type Field Description private IBackgroundBackgroundPainterPanel. fBackgroundConstructors in ch.swingfx.twinkle.style.background with parameters of type IBackground Constructor Description BackgroundPainterPanel(IBackground background, int cornerRadius)Create a new BackgroundPainterPanel
-