|
|
javax > javax.swing > javax.swing.border > javax.swing.border.titledborder >
Class: javax.swing.border.TitledBorder java.lang.Object javax.swing.border.AbstractBorder javax.swing.border.TitledBorder
public class TitledBorder extends AbstractBorder
FIELDS:
public static final int ABOVE_BOTTOM : 4 public static final int ABOVE_TOP : 1 public static final int BELOW_BOTTOM : 6 public static final int BELOW_TOP : 3 public static final int BOTTOM : 5 public static final int CENTER : 2 public static final int DEFAULT_JUSTIFICATION : 0 public static final int DEFAULT_POSITION : 0 protected static final int EDGE_SPACING : 2 public static final int LEADING : 4 public static final int LEFT : 1 public static final int RIGHT : 3 protected static final int TEXT_INSET_H : 5 protected static final int TEXT_SPACING : 2 public static final int TOP : 2 public static final int TRAILING : 5 protected Border border protected String title protected Color titleColor protected Font titleFont protected int titleJustification protected int titlePosition |
|
|
|
CONSTRUCTORS:
| | | public | TitledBorder(String title) |
| | public | TitledBorder(Border border) |
| | public | TitledBorder(Border border, String title) |
| | public | TitledBorder(Border border, String title, int titleJustification, int titlePosition) |
| | public | TitledBorder(Border border, String title, int titleJustification, int titlePosition, Font titleFont) |
| | public | TitledBorder(Border border, String title, int titleJustification, int titlePosition, Font titleFont, Color titleColor) |
| |
|
|
|
METHODS:
INHERITED METHODS:
| paintBorder(java.awt.Component, java.awt.Graphics, int, int, int, int), getBorderInsets(java.awt.Component), getBorderInsets(java.awt.Component, java.awt.Insets), isBorderOpaque(), getInteriorRectangle(java.awt.Component, int, int, int, int), getInteriorRectangle(java.awt.Component, javax.swing.border.Border, int, int, int, int), getBaseline(java.awt.Component, int, int), getBaselineResizeBehavior(java.awt.Component), getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|