| Klasse javax.swing.border.EtchedBorder | 1.2 |
java.lang.Object
|
+--javax.swing.border.AbstractBorder
|
+--javax.swing.border.EtchedBorder
| Datenelemente | |
|---|---|
| public final static int | RAISED |
| public final static int | LOWERED |
| protected int | etchType |
| protected Color | highlight |
| protected Color | shadow |
| Konstruktoren | |
|---|---|
| public | EtchedBorder() |
| public | EtchedBorder(int etchType) |
| public | EtchedBorder(Color highlight, Color shadow) |
| public | EtchedBorder(int etchType, Color highlight, Color shadow) |
| 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 int | getEtchType() |
| public Color | getHighlightColor(Component c) |
| public Color | getHighlightColor() |
| public Color | getShadowColor(Component c) |
| public Color | getShadowColor() |