| java.lang.Object javax.swing.BorderFactory
BorderFactory | public class BorderFactory (Code) | | |
Method Summary | |
public static Border | createBevelBorder(int type, Color highlightOuter, Color highlightInner, Color shadowOuter, Color shadowInner) | public static Border | createBevelBorder(int type, Color highlight, Color shadow) | public static Border | createBevelBorder(int type) | public static CompoundBorder | createCompoundBorder(Border outside, Border inside) | public static CompoundBorder | createCompoundBorder() | public static Border | createEmptyBorder(int top, int left, int bottom, int right) | public static Border | createEmptyBorder() | public static Border | createEtchedBorder(Color highlight, Color shadow) | public static Border | createEtchedBorder(int type, Color highlight, Color shadow) | public static Border | createEtchedBorder(int type) | public static Border | createEtchedBorder() | public static Border | createLineBorder(Color color, int thickness) | public static Border | createLineBorder(Color color) | public static Border | createLoweredBevelBorder() | public static MatteBorder | createMatteBorder(int top, int left, int bottom, int right, Icon tileIcon) | public static MatteBorder | createMatteBorder(int top, int left, int bottom, int right, Color color) | public static Border | createRaisedBevelBorder() | public static TitledBorder | createTitledBorder(Border border, String title, int titleJustification, int titlePosition, Font titleFont, Color titleColor) | public static TitledBorder | createTitledBorder(Border border, String title, int titleJustification, int titlePosition, Font titleFont) | public static TitledBorder | createTitledBorder(Border border, String title, int titleJustification, int titlePosition) | public static TitledBorder | createTitledBorder(Border border, String title) | public static TitledBorder | createTitledBorder(Border border) | public static TitledBorder | createTitledBorder(String title) |
sharedEtchedBorder | final static Border sharedEtchedBorder(Code) | | |
sharedLoweredBevel | final static Border sharedLoweredBevel(Code) | | |
sharedRaisedBevel | final static Border sharedRaisedBevel(Code) | | |
createBevelBorder | public static Border createBevelBorder(int type)(Code) | | |
createEmptyBorder | public static Border createEmptyBorder(int top, int left, int bottom, int right)(Code) | | |
createEmptyBorder | public static Border createEmptyBorder()(Code) | | |
createEtchedBorder | public static Border createEtchedBorder(int type)(Code) | | |
createEtchedBorder | public static Border createEtchedBorder()(Code) | | |
createLineBorder | public static Border createLineBorder(Color color, int thickness)(Code) | | |
createLoweredBevelBorder | public static Border createLoweredBevelBorder()(Code) | | |
createMatteBorder | public static MatteBorder createMatteBorder(int top, int left, int bottom, int right, Icon tileIcon)(Code) | | |
createMatteBorder | public static MatteBorder createMatteBorder(int top, int left, int bottom, int right, Color color)(Code) | | |
createRaisedBevelBorder | public static Border createRaisedBevelBorder()(Code) | | |
|
|