|
|
javax > javax.swing > javax.swing.borderfactory >
Class: javax.swing.BorderFactory java.lang.Object javax.swing.BorderFactory
public class BorderFactory extends Object
FIELDS:
CONSTRUCTORS:
METHODS:
| | | | public static | Border | createBevelBorder(int type) |
| | public static | Border | createBevelBorder(int type, Color highlight, Color shadow) |
| | public static | Border | createBevelBorder(int type, Color highlightOuter, Color highlightInner, Color shadowOuter, Color shadowInner) |
| | public static | CompoundBorder | createCompoundBorder() |
| | public static | CompoundBorder | createCompoundBorder(Border outsideBorder, Border insideBorder) |
| | public static | Border | createEmptyBorder() |
| | public static | Border | createEmptyBorder(int top, int left, int bottom, int right) |
| | public static | Border | createEtchedBorder() |
| | public static | Border | createEtchedBorder(int type) Throws: IllegalArgumentException |
| | public static | Border | createEtchedBorder(int type, Color highlight, Color shadow) |
| | public static | Border | createEtchedBorder(Color highlight, Color shadow) |
| | public static | Border | createLineBorder(Color color) |
| | public static | Border | createLineBorder(Color color, int thickness) |
| | public static | Border | createLoweredBevelBorder() |
| | public static | MatteBorder | createMatteBorder(int top, int left, int bottom, int right, Color color) |
| | public static | MatteBorder | createMatteBorder(int top, int left, int bottom, int right, Icon tileIcon) |
| | public static | Border | createRaisedBevelBorder() |
| | public static | TitledBorder | createTitledBorder(String title) |
| | public static | TitledBorder | createTitledBorder(Border border) |
| | public static | TitledBorder | createTitledBorder(Border border, String title) |
| | public static | TitledBorder | createTitledBorder(Border border, String title, int titleJustification, int titlePosition) |
| | 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, Font titleFont, Color titleColor) |
| |
|
|
|
INHERITED METHODS:
| getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|