Class IgnitionLookAndFeel
java.lang.Object
com.inductiveautomation.ignition.client.IgnitionLookAndFeel
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic enumstatic classstatic class
- 
Method SummaryModifier 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- 
initpublic static void init()
- 
setUndecorated
- 
setUndecorated
- 
setFrameIcon
- 
setOpaque
- 
setBlendModepublic static void setBlendMode(JComponent component, de.javasoft.plaf.synthetica.util.Synthetica2DUtils.BlendMode mode) 
- 
disableFontScaling
- 
getBrandedGradientReturns aLinearGradientPaintsuitable for the currentPlatformEdition- will fill a branded gradient from bottom left to top right in the given dimensions.
 
-