Class IgnitionLookAndFeel
java.lang.Object
com.inductiveautomation.ignition.client.IgnitionLookAndFeel
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumstatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddisableFontScaling(String newName) static LinearGradientPaintgetBrandedGradient(int width, int height) Returns aLinearGradientPaintsuitable for the currentPlatformEdition- will fill a branded gradient from bottom left to top right in the given dimensions.static voidinit()static voidsetBlendMode(JComponent component, de.javasoft.plaf.synthetica.util.Synthetica2DUtils.BlendMode mode) static voidsetFrameIcon(Window window, IgnitionLookAndFeel.FrameIconStyle style) static voidsetOpaque(JComponent component, boolean opaque) static voidsetUndecorated(JDialog dialog) static voidsetUndecorated(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 aLinearGradientPaintsuitable for the currentPlatformEdition- will fill a branded gradient from bottom left to top right in the given dimensions.
-