| java.lang.Object org.netbeans.swing.plaf.util.UIUtils
UIUtils | final public class UIUtils (Code) | | XP color scheme installer.
author: Dafe Simonek |
Method Summary | |
public static Object[] | addInputMapsWithoutCtrlPageUpAndCtrlPageDown(Object[] uiDefaults) | public static Color | adjustColor(Color c, int rDiff, int gDiff, int bDiff) | final public static void | configureRenderingHints(Graphics g) | public static GradientPaint | getGradientPaint(float x1, float y1, Color upper, float x2, float y2, Color lower, boolean repeats) | public static Color | getMiddle(Color c1, Color c2) Computes "middle" color in terms of rgb color space. | public static boolean | isBrighter(Color a, Color b) | public static boolean | isWindowsLF() Finds if windows LF is active. | public static boolean | isXPLF() Finds if windows LF with XP theme is active. | public static Image | loadImage(String s) |
addInputMapsWithoutCtrlPageUpAndCtrlPageDown | public static Object[] addInputMapsWithoutCtrlPageUpAndCtrlPageDown(Object[] uiDefaults)(Code) | | |
adjustColor | public static Color adjustColor(Color c, int rDiff, int gDiff, int bDiff)(Code) | | |
configureRenderingHints | final public static void configureRenderingHints(Graphics g)(Code) | | |
getGradientPaint | public static GradientPaint getGradientPaint(float x1, float y1, Color upper, float x2, float y2, Color lower, boolean repeats)(Code) | | |
getMiddle | public static Color getMiddle(Color c1, Color c2)(Code) | | Computes "middle" color in terms of rgb color space. Ignores alpha
(transparency) channel
|
isWindowsLF | public static boolean isWindowsLF()(Code) | | Finds if windows LF is active.
true if windows LF is active, false otherwise |
isXPLF | public static boolean isXPLF()(Code) | | Finds if windows LF with XP theme is active.
true if windows LF and XP theme is active, false otherwise |
|
|