Uses of Class
ch.swingfx.twinkle.style.AbstractNotificationStyle
Packages that use AbstractNotificationStyle
-
Uses of AbstractNotificationStyle in ch.swingfx.twinkle.style
Methods in ch.swingfx.twinkle.style that return AbstractNotificationStyleModifier and TypeMethodDescriptionAbstractNotificationStyle.withAlpha
(float alpha) Override the default alpha of the notificationAbstractNotificationStyle.withBackground
(IBackground background) Override the defaultIBackground
AbstractNotificationStyle.withCloseButton
(ICloseButton closeButton) Override the defaultICloseButton
AbstractNotificationStyle.withCustomParams
(Map<String, Object> customParams) Override the custom parametersAbstractNotificationStyle.withMessageFont
(Font messageFont) Override the default message fontAbstractNotificationStyle.withMessageFontColor
(Color color) Override the default message font colorAbstractNotificationStyle.withNotificationWindowCreator
(ICreateNotificationWindow windowCreator) Override the defaultICreateNotificationWindow
AbstractNotificationStyle.withOverlay
(IOverlay overlay) Override the defaultIOverlay
AbstractNotificationStyle.withTitleFont
(Font titleFont) Override the default title fontAbstractNotificationStyle.withTitleFontColor
(Color color) Override the default title font colorAbstractNotificationStyle.withWidth
(int width) Override the default widthAbstractNotificationStyle.withWindowCornerRadius
(int cornerRadius) Override the default window corner radiusAbstractNotificationStyle.withWindowInsets
(Insets windowInsets) Override the default window insets -
Uses of AbstractNotificationStyle in ch.swingfx.twinkle.style.theme
Subclasses of AbstractNotificationStyle in ch.swingfx.twinkle.style.themeModifier and TypeClassDescriptionclass
Dark theme for the default windowclass
Light theme for the default window