Class IgnitionLookAndFeel
java.lang.Object
com.inductiveautomation.ignition.client.IgnitionLookAndFeel
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static enum
static class
static class
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
disableFontScaling
(String newName) static LinearGradientPaint
getBrandedGradient
(int width, int height) Returns aLinearGradientPaint
suitable for the currentPlatformEdition
- will fill a branded gradient from bottom left to top right in the given dimensions.static void
init()
static void
setBlendMode
(JComponent component, de.javasoft.plaf.synthetica.util.Synthetica2DUtils.BlendMode mode) static void
setFrameIcon
(Window window, IgnitionLookAndFeel.FrameIconStyle style) static void
setOpaque
(JComponent component, boolean opaque) static void
setUndecorated
(JDialog dialog) static void
setUndecorated
(JFrame frame)
-
Method Details
-
init
public static void init() -
setUndecorated
-
setUndecorated
-
setFrameIcon
-
setOpaque
-
setBlendMode
public static void setBlendMode(JComponent component, de.javasoft.plaf.synthetica.util.Synthetica2DUtils.BlendMode mode) -
disableFontScaling
-
getBrandedGradient
Returns aLinearGradientPaint
suitable for the currentPlatformEdition
- will fill a branded gradient from bottom left to top right in the given dimensions.
-