Class IgnitionLookAndFeel
- java.lang.Object
 - 
- com.inductiveautomation.ignition.client.IgnitionLookAndFeel
 
 
- 
public class IgnitionLookAndFeel extends java.lang.Object 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIgnitionLookAndFeel.Colorsstatic classIgnitionLookAndFeel.FrameIconStylestatic classIgnitionLookAndFeel.LaFstatic classIgnitionLookAndFeel.StatusIcons 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description 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(javax.swing.JComponent component, de.javasoft.plaf.synthetica.util.Synthetica2DUtils.BlendMode mode)static voidsetFrameIcon(java.awt.Window window, IgnitionLookAndFeel.FrameIconStyle style)static voidsetOpaque(javax.swing.JComponent component, boolean opaque)static voidsetUndecorated(javax.swing.JDialog dialog)static voidsetUndecorated(javax.swing.JFrame frame) 
 - 
 
- 
- 
Method Detail
- 
init
public static void init()
 
- 
setUndecorated
public static void setUndecorated(javax.swing.JFrame frame)
 
- 
setUndecorated
public static void setUndecorated(javax.swing.JDialog dialog)
 
- 
setFrameIcon
public static void setFrameIcon(java.awt.Window window, IgnitionLookAndFeel.FrameIconStyle style) 
- 
setOpaque
public static void setOpaque(javax.swing.JComponent component, boolean opaque) 
- 
setBlendMode
public static void setBlendMode(javax.swing.JComponent component, de.javasoft.plaf.synthetica.util.Synthetica2DUtils.BlendMode mode) 
- 
getBrandedGradient
public static LinearGradientPaint getBrandedGradient(int width, int height)
Returns aLinearGradientPaintsuitable for the currentPlatformEdition- will fill a branded gradient from bottom left to top right in the given dimensions. 
 - 
 
 -