public final class BorderType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static BorderType |
BEVEL_LOWERED |
static BorderType |
BEVEL_RAISED |
static BorderType |
EMPTY |
static BorderType |
ETCHED |
static BorderType |
LINE |
static BorderType |
NONE |
Modifier and Type | Method and Description |
---|---|
javax.swing.border.Border |
createBorder(java.lang.String title,
int titleJustification,
int titlePosition,
java.awt.Font titleFont,
java.awt.Color titleColor,
java.awt.Insets borderSize,
java.awt.Color borderColor) |
boolean |
equals(java.lang.Object o) |
static BorderType[] |
getAllTypes() |
java.lang.String |
getBorderFactoryMethodName() |
java.lang.String |
getId() |
java.lang.String |
getName() |
int |
hashCode() |
static BorderType |
valueOf(java.lang.String name) |
public static final BorderType NONE
public static final BorderType BEVEL_LOWERED
public static final BorderType BEVEL_RAISED
public static final BorderType ETCHED
public static final BorderType LINE
public static final BorderType EMPTY
public java.lang.String getId()
public java.lang.String getName()
public javax.swing.border.Border createBorder(java.lang.String title, int titleJustification, int titlePosition, java.awt.Font titleFont, java.awt.Color titleColor, java.awt.Insets borderSize, java.awt.Color borderColor)
public java.lang.String getBorderFactoryMethodName()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static BorderType valueOf(java.lang.String name)
public static BorderType[] getAllTypes()