com.jgoodies.looks.plastic
Class PlasticXPUtils

java.lang.Object
  extended bycom.jgoodies.looks.plastic.PlasticXPUtils

public final class PlasticXPUtils
extends Object

Consists exclusively of static methods that provide convenience behavior.

Version:
$Revision: 1.1 $
Author:
Karsten Lentzsch

Constructor Summary
PlasticXPUtils()
           
 
Method Summary
static void drawButtonBorder(Graphics g, int x, int y, int w, int h, Color backgroundColor, Color edgeColor, Color cornerColor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlasticXPUtils

public PlasticXPUtils()
Method Detail

drawButtonBorder

public static void drawButtonBorder(Graphics g,
                                    int x,
                                    int y,
                                    int w,
                                    int h,
                                    Color backgroundColor,
                                    Color edgeColor,
                                    Color cornerColor)


Copyright © 2001-2005 JGoodies Karsten Lentzsch. All Rights Reserved.