| java.lang.Object com.jgoodies.looks.plastic.PlasticXPUtils
PlasticXPUtils | final public class PlasticXPUtils (Code) | | Consists exclusively of static methods that provide convenience behavior.
author: Karsten Lentzsch version: $Revision: 1.1 $ |
Method Summary | |
public static void | drawButtonBorder(Graphics g, int x, int y, int w, int h, Color backgroundColor, Color edgeColor, Color cornerColor) Draws a button border for an xp button with the given colors. | static void | drawDefaultButtonBorder(Graphics g, int x, int y, int w, int h) Draws a border for a default xp button. | static void | drawDisabledButtonBorder(Graphics g, int x, int y, int w, int h) Draws a border for a disabled xp button. | static void | drawFocusedButtonBorder(Graphics g, int x, int y, int w, int h) Draws a border for a focused xp button. | static void | drawPlainButtonBorder(Graphics g, int x, int y, int w, int h) Draws a plain border for an xp button. | static void | drawPressedButtonBorder(Graphics g, int x, int y, int w, int h) Draws a border for a pressed xp button. | static void | drawRect(Graphics g, int x, int y, int w, int h) An optimized version of Graphics.drawRect. |
drawButtonBorder | public static void drawButtonBorder(Graphics g, int x, int y, int w, int h, Color backgroundColor, Color edgeColor, Color cornerColor)(Code) | | Draws a button border for an xp button with the given colors.
|
drawDefaultButtonBorder | static void drawDefaultButtonBorder(Graphics g, int x, int y, int w, int h)(Code) | | Draws a border for a default xp button.
|
drawDisabledButtonBorder | static void drawDisabledButtonBorder(Graphics g, int x, int y, int w, int h)(Code) | | Draws a border for a disabled xp button.
|
drawFocusedButtonBorder | static void drawFocusedButtonBorder(Graphics g, int x, int y, int w, int h)(Code) | | Draws a border for a focused xp button.
|
drawPlainButtonBorder | static void drawPlainButtonBorder(Graphics g, int x, int y, int w, int h)(Code) | | Draws a plain border for an xp button.
|
drawPressedButtonBorder | static void drawPressedButtonBorder(Graphics g, int x, int y, int w, int h)(Code) | | Draws a border for a pressed xp button.
|
drawRect | static void drawRect(Graphics g, int x, int y, int w, int h)(Code) | | An optimized version of Graphics.drawRect.
|
|
|