public class BorderUtil
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
CURRENT |
static int |
ETCHED_DOWN |
static int |
ETCHED_UP |
static int |
NONE |
static int |
RAISED |
Constructor and Description |
---|
BorderUtil() |
Modifier and Type | Method and Description |
---|---|
static javax.swing.border.Border |
makeBorder(int type,
java.awt.Color c) |
static javax.swing.border.Border |
makeCompoundBorder(javax.swing.border.Border bin,
javax.swing.border.Border bout) |
static javax.swing.border.Border |
makeEmptyBorder(int p) |
static javax.swing.border.Border |
makeEmptyBorder(int pleft,
int pright,
int ptop,
int pbot) |
static javax.swing.border.Border |
makeEtchedBorder(java.awt.Color c) |
static javax.swing.border.Border |
makeEtchedUpBorder(java.awt.Color c) |
static javax.swing.border.Border |
makeRaisedBorder(java.awt.Color cb,
java.awt.Color co) |
static javax.swing.border.Border |
makeSlightlySunkenBorder(java.awt.Color col) |
static javax.swing.border.Border |
makeSunkenBorder(java.awt.Color cb,
java.awt.Color co) |
static javax.swing.border.Border |
makeZeroBorder() |
public static final int NONE
public static final int ETCHED_DOWN
public static final int ETCHED_UP
public static final int RAISED
public static final int CURRENT
public static javax.swing.border.Border makeEtchedBorder(java.awt.Color c)
public static javax.swing.border.Border makeEtchedUpBorder(java.awt.Color c)
public static javax.swing.border.Border makeEmptyBorder(int p)
public static javax.swing.border.Border makeEmptyBorder(int pleft, int pright, int ptop, int pbot)
public static javax.swing.border.Border makeSunkenBorder(java.awt.Color cb, java.awt.Color co)
public static javax.swing.border.Border makeRaisedBorder(java.awt.Color cb, java.awt.Color co)
public static javax.swing.border.Border makeSlightlySunkenBorder(java.awt.Color col)
public static javax.swing.border.Border makeBorder(int type, java.awt.Color c)
public static javax.swing.border.Border makeCompoundBorder(javax.swing.border.Border bin, javax.swing.border.Border bout)
public static javax.swing.border.Border makeZeroBorder()
Copyright © 2013. All Rights Reserved.