public class DolphinThemeUtils extends Object
Constructor and Description |
---|
DolphinThemeUtils() |
Modifier and Type | Method and Description |
---|---|
static Graphics2D |
createAAGraphics(Graphics graphics) |
static DolphinTheme |
getCurrentTheme() |
static Shape |
getRoundShape(int width,
int height) |
static Shape |
getRoundShape(int width,
int height,
int arcx,
int arcy) |
static void |
setAntialiasing(Graphics2D graphics)
Sets the Antialiasing hint on this graphics object.
|
static void |
setGradientPaint(Graphics2D g,
int x,
int height,
Color start,
Color stop) |
public static void setAntialiasing(Graphics2D graphics)
icedlook.aa.off
public static void setGradientPaint(Graphics2D g, int x, int height, Color start, Color stop)
public static DolphinTheme getCurrentTheme()
public static Shape getRoundShape(int width, int height)
public static Shape getRoundShape(int width, int height, int arcx, int arcy)
public static Graphics2D createAAGraphics(Graphics graphics)
Copyright © 2012. All Rights Reserved.