AbstractNotificationStyle |
AbstractNotificationStyle.withAlpha(float alpha) |
Override the default alpha of the notification
|
AbstractNotificationStyle |
AbstractNotificationStyle.withBackground(IBackground background) |
|
AbstractNotificationStyle |
AbstractNotificationStyle.withCloseButton(ICloseButton closeButton) |
|
AbstractNotificationStyle |
AbstractNotificationStyle.withCustomParams(java.util.Map<java.lang.String,java.lang.Object> customParams) |
Override the custom parameters
|
AbstractNotificationStyle |
AbstractNotificationStyle.withMessageFont(java.awt.Font messageFont) |
Override the default message font
|
AbstractNotificationStyle |
AbstractNotificationStyle.withMessageFontColor(java.awt.Color color) |
Override the default message font color
|
AbstractNotificationStyle |
AbstractNotificationStyle.withNotificationWindowCreator(ICreateNotificationWindow windowCreator) |
|
AbstractNotificationStyle |
AbstractNotificationStyle.withOverlay(IOverlay overlay) |
|
AbstractNotificationStyle |
AbstractNotificationStyle.withTitleFont(java.awt.Font titleFont) |
Override the default title font
|
AbstractNotificationStyle |
AbstractNotificationStyle.withTitleFontColor(java.awt.Color color) |
Override the default title font color
|
AbstractNotificationStyle |
AbstractNotificationStyle.withWidth(int width) |
Override the default width
|
AbstractNotificationStyle |
AbstractNotificationStyle.withWindowCornerRadius(int cornerRadius) |
Override the default window corner radius
|
AbstractNotificationStyle |
AbstractNotificationStyle.withWindowInsets(java.awt.Insets windowInsets) |
Override the default window insets
|