| Java Doc By Examples | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectjavax.swing.border.AbstractBorderjavax.swing.plaf.metal.MetalBorders.PaletteBorderMethod Summary | |
Insets | |
Insets |
|
void |
|
Methods inherited from class javax.swing.border.AbstractBorder | |
getBorderInsets, getBorderInsets, getInteriorRectangle, getInteriorRectangle, isBorderOpaque, paintBorder | |
Methods inherited from class java.lang.Object | |
clone, equals, extends Object> getClass, finalize, hashCode, notify, notifyAll, toString, wait, wait, wait | |
public Insets getBorderInsets(Component c)
- Specified by:
- getBorderInsets in interface Border
- Overrides:
- getBorderInsets in interface AbstractBorder
public Insets getBorderInsets(Component c, Insets newInsets)
- Overrides:
- getBorderInsets in interface AbstractBorder
public void paintBorder(Component c, Graphics g, int x, int y, int w, int h)
- Specified by:
- paintBorder in interface Border
- Overrides:
- paintBorder in interface AbstractBorder