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 IBackground
AbstractNotificationStyle. fBackground
Methods in ch.swingfx.twinkle.style that return IBackground Modifier and Type Method Description IBackground
AbstractNotificationStyle. getBackground()
IBackground
INotificationStyle. getBackground()
Get theIBackground
that should be applied to the notificationMethods in ch.swingfx.twinkle.style with parameters of type IBackground Modifier and Type Method Description AbstractNotificationStyle
AbstractNotificationStyle. 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 class
ColorBackground
Paints a color as backgroundclass
GradientBackground
Paint a top to bottom gradient.Fields in ch.swingfx.twinkle.style.background declared as IBackground Modifier and Type Field Description private IBackground
BackgroundPainterPanel. fBackground
Constructors in ch.swingfx.twinkle.style.background with parameters of type IBackground Constructor Description BackgroundPainterPanel(IBackground background, int cornerRadius)
Create a new BackgroundPainterPanel
-