swingwtx.swing
Class BorderFactory
java.lang.Object
swingwtx.swing.BorderFactory
- public abstract class BorderFactory
- extends java.lang.Object
Method Summary |
static Border |
createBevelBorder(int type)
|
static Border |
createBevelBorder(int type,
Color highlight,
Color shadow)
|
static Border |
createBevelBorder(int type,
Color highlightOuter,
Color highlightInner,
Color shadowOuter,
Color shadowInner)
|
static CompoundBorder |
createCompoundBorder()
|
static CompoundBorder |
createCompoundBorder(Border outsideBorder,
Border insideBorder)
|
static Border |
createEmptyBorder()
|
static Border |
createEmptyBorder(int top,
int left,
int bottom,
int right)
|
static Border |
createEtchedBorder()
|
static Border |
createEtchedBorder(Color highlight,
Color shadow)
|
static Border |
createEtchedBorder(int type)
|
static Border |
createEtchedBorder(int type,
Color highlight,
Color shadow)
|
static Border |
createLineBorder(Color color)
|
static Border |
createLineBorder(Color color,
int thickness)
|
static Border |
createLoweredBevelBorder()
|
static MatteBorder |
createMatteBorder(int top,
int left,
int bottom,
int right,
Color color)
|
static MatteBorder |
createMatteBorder(int top,
int left,
int bottom,
int right,
Icon tileIcon)
|
static Border |
createRaisedBevelBorder()
|
static TitledBorder |
createTitledBorder(Border border)
|
static TitledBorder |
createTitledBorder(Border border,
java.lang.String title)
|
static TitledBorder |
createTitledBorder(Border border,
java.lang.String title,
int titleJustification,
int titlePosition)
|
static TitledBorder |
createTitledBorder(Border border,
java.lang.String title,
int titleJustification,
int titlePosition,
Font titleFont)
|
static TitledBorder |
createTitledBorder(Border border,
java.lang.String title,
int titleJustification,
int titlePosition,
Font titleFont,
Color titleColor)
|
static TitledBorder |
createTitledBorder(java.lang.String title)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BorderFactory
public BorderFactory()
createLineBorder
public static Border createLineBorder(Color color)
createLineBorder
public static Border createLineBorder(Color color,
int thickness)
createRaisedBevelBorder
public static Border createRaisedBevelBorder()
createLoweredBevelBorder
public static Border createLoweredBevelBorder()
createBevelBorder
public static Border createBevelBorder(int type)
createBevelBorder
public static Border createBevelBorder(int type,
Color highlight,
Color shadow)
createBevelBorder
public static Border createBevelBorder(int type,
Color highlightOuter,
Color highlightInner,
Color shadowOuter,
Color shadowInner)
createEtchedBorder
public static Border createEtchedBorder()
createEtchedBorder
public static Border createEtchedBorder(Color highlight,
Color shadow)
createEtchedBorder
public static Border createEtchedBorder(int type)
createEtchedBorder
public static Border createEtchedBorder(int type,
Color highlight,
Color shadow)
createTitledBorder
public static TitledBorder createTitledBorder(java.lang.String title)
createTitledBorder
public static TitledBorder createTitledBorder(Border border)
createTitledBorder
public static TitledBorder createTitledBorder(Border border,
java.lang.String title)
createTitledBorder
public static TitledBorder createTitledBorder(Border border,
java.lang.String title,
int titleJustification,
int titlePosition)
createTitledBorder
public static TitledBorder createTitledBorder(Border border,
java.lang.String title,
int titleJustification,
int titlePosition,
Font titleFont)
createTitledBorder
public static TitledBorder createTitledBorder(Border border,
java.lang.String title,
int titleJustification,
int titlePosition,
Font titleFont,
Color titleColor)
createEmptyBorder
public static Border createEmptyBorder()
createEmptyBorder
public static Border createEmptyBorder(int top,
int left,
int bottom,
int right)
createCompoundBorder
public static CompoundBorder createCompoundBorder()
createCompoundBorder
public static CompoundBorder createCompoundBorder(Border outsideBorder,
Border insideBorder)
createMatteBorder
public static MatteBorder createMatteBorder(int top,
int left,
int bottom,
int right,
Color color)
createMatteBorder
public static MatteBorder createMatteBorder(int top,
int left,
int bottom,
int right,
Icon tileIcon)