Class IvMDecorator


  • @Deprecated
    public class IvMDecorator
    extends java.lang.Object
    Deprecated.
    Class to decorate gui elements. Adapted from Fluxicon's Slicker Factory.
    Author:
    sander
    • Field Detail

      • textColour

        public static final java.awt.Color textColour
        Deprecated.
      • buttonColour

        public static final java.awt.Color buttonColour
        Deprecated.
      • backGroundColour1

        public static final java.awt.Color backGroundColour1
        Deprecated.
      • backGroundColour2

        public static final java.awt.Color backGroundColour2
        Deprecated.
      • font

        public static final java.awt.Font font
        Deprecated.
      • fontLarger

        public static final java.awt.Font fontLarger
        Deprecated.
      • fontMonoSpace

        public static final java.awt.Font fontMonoSpace
        Deprecated.
    • Constructor Detail

      • IvMDecorator

        public IvMDecorator()
        Deprecated.
    • Method Detail

      • getGradient

        public static java.awt.GradientPaint getGradient​(int height)
        Deprecated.
      • decorate

        public static void decorate​(javax.swing.JLabel label)
        Deprecated.
      • decorate

        public static void decorate​(javax.swing.JButton button)
        Deprecated.
      • decorate

        public static <X> void decorate​(javax.swing.JComboBox<X> combobox)
        Deprecated.
      • decorate

        public static <X> void decorate​(MultiComboBox<X> combobox)
        Deprecated.
      • decorate

        public static void decorate​(javax.swing.JCheckBox checkBox)
        Deprecated.
      • decorate

        public static void decorate​(javax.swing.JTextArea textArea)
        Deprecated.