| Klasse javax.swing.border.AbstractBorder | 1.2 |
java.lang.Object | +--javax.swing.border.AbstractBorder
| Konstruktoren | |
|---|---|
| public | AbstractBorder() |
| Methoden | |
|---|---|
| public void | paintBorder(Component c, Graphics g, int x, int y, int width, int height) |
| public Insets | getBorderInsets(Component c) |
| public Insets | getBorderInsets(Component c, Insets insets) |
| public boolean | isBorderOpaque() |
| 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) |