Class IvMDecoratorCopy
- java.lang.Object
-
- org.processmining.statisticaltests.helperclasses.IvMDecoratorCopy
-
public class IvMDecoratorCopy extends java.lang.ObjectClass to decorate gui elements. Adapted from Fluxicon's Slicker Factory.- Author:
- sander
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIvMDecoratorCopy.IvMButtonUIstatic classIvMDecoratorCopy.IvMCheckBoxUIstatic classIvMDecoratorCopy.IvMComboBoxUI<X>static classIvMDecoratorCopy.IvMLabelUIstatic classIvMDecoratorCopy.IvMPanelstatic classIvMDecoratorCopy.IvMPanelUIstatic classIvMDecoratorCopy.IvMTextAreaUI
-
Field Summary
Fields Modifier and Type Field Description static java.awt.ColorbackGroundColour1static java.awt.ColorbackGroundColour2static java.awt.ColorbuttonColourstatic java.awt.Fontfontstatic java.awt.FontfontLargerstatic java.awt.FontfontMonoSpacestatic floatfontSizestatic floatfontSizeLargerstatic java.awt.ColortextColour
-
Constructor Summary
Constructors Constructor Description IvMDecoratorCopy()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddecorate(javax.swing.JButton button)static voiddecorate(javax.swing.JCheckBox checkBox)static <X> voiddecorate(javax.swing.JComboBox<X> combobox)static voiddecorate(javax.swing.JLabel label)static voiddecorate(javax.swing.JTextArea textArea)static java.awt.GradientPaintgetGradient(int height)
-
-
-
Field Detail
-
textColour
public static final java.awt.Color textColour
-
buttonColour
public static final java.awt.Color buttonColour
-
backGroundColour1
public static final java.awt.Color backGroundColour1
-
backGroundColour2
public static final java.awt.Color backGroundColour2
-
fontSize
public static final float fontSize
- See Also:
- Constant Field Values
-
fontSizeLarger
public static final float fontSizeLarger
- See Also:
- Constant Field Values
-
font
public static final java.awt.Font font
-
fontLarger
public static final java.awt.Font fontLarger
-
fontMonoSpace
public static final java.awt.Font fontMonoSpace
-
-
Method Detail
-
getGradient
public static java.awt.GradientPaint getGradient(int height)
-
decorate
public static void decorate(javax.swing.JLabel label)
-
decorate
public static void decorate(javax.swing.JButton button)
-
decorate
public static <X> void decorate(javax.swing.JComboBox<X> combobox)
-
decorate
public static void decorate(javax.swing.JCheckBox checkBox)
-
decorate
public static void decorate(javax.swing.JTextArea textArea)
-
-