|
|
javax > javax.swing > javax.swing.border > javax.swing.border.abstractborder >
Class: javax.swing.border.AbstractBorder java.lang.Object javax.swing.border.AbstractBorder
public abstract class AbstractBorder extends Object implements Border, Serializable
FIELDS:
CONSTRUCTORS:
METHODS:
| | | | public | int | getBaseline(Component c, int width, int height) Throws: IllegalArgumentException |
| | public | Component.BaselineResizeBehavior | getBaselineResizeBehavior(Component c) |
| | public | Insets | getBorderInsets(Component c) |
| | public | Insets | getBorderInsets(Component c, Insets insets) |
| | public | Rectangle | getInteriorRectangle(Component c, int x, int y, int width, int height) |
| | public static | Rectangle | getInteriorRectangle(Component c, Border b, int x, int y, int width, int height) |
| | public | boolean | isBorderOpaque() |
| | public | void | paintBorder(Component c, Graphics g, int x, int y, int width, int height) |
| |
|
|
|
INHERITED METHODS:
| getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
| BevelBorder, CompoundBorder, EmptyBorder, EtchedBorder, LineBorder, TitledBorder, BasicBorders.ButtonBorder, BasicBorders.FieldBorder, BasicBorders.MarginBorder, BasicBorders.MenuBarBorder, MetalBorders.ButtonBorder, MetalBorders.Flush3DBorder, MetalBorders.InternalFrameBorder, MetalBorders.MenuBarBorder, MetalBorders.MenuItemBorder, MetalBorders.OptionDialogBorder, MetalBorders.PaletteBorder, MetalBorders.PopupMenuBorder, MetalBorders.ScrollPaneBorder, MetalBorders.TableHeaderBorder, MetalBorders.ToolBarBorder, |
|
|
|
|
|



|