| Modifier and Type | Field and Description |
|---|---|
static int |
BORDER_SIZE |
static SteamPunkBorder |
FILLED_BORDER |
static Insets |
INSETS |
static SteamPunkBorder |
UNFILLED_BORDER |
| Constructor and Description |
|---|
SteamPunkBorder() |
SteamPunkBorder(boolean drawCentre) |
| Modifier and Type | Method and Description |
|---|---|
Insets |
getBorderInsets(Component c) |
boolean |
isBorderOpaque() |
void |
paintBorder(Component c,
Graphics g,
int x,
int y,
int width,
int height) |
public static final int BORDER_SIZE
public static SteamPunkBorder FILLED_BORDER
public static SteamPunkBorder UNFILLED_BORDER
public static final Insets INSETS
public SteamPunkBorder()
public SteamPunkBorder(boolean drawCentre)
public void paintBorder(Component c, Graphics g, int x, int y, int width, int height)
paintBorder in interface Borderpublic Insets getBorderInsets(Component c)
getBorderInsets in interface Borderpublic boolean isBorderOpaque()
isBorderOpaque in interface BorderCopyright © 2012. All Rights Reserved.