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 defaultIBackgroundAbstractNotificationStyle.withCloseButton(ICloseButton closeButton) Override the defaultICloseButtonAbstractNotificationStyle.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 defaultICreateNotificationWindowAbstractNotificationStyle.withOverlay(IOverlay overlay) Override the defaultIOverlayAbstractNotificationStyle.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 TypeClassDescriptionclassDark theme for the default windowclassLight theme for the default window