java.lang.Objectjavax.swing.border.AbstractBorder
javax.swing.border.EtchedBorder
All Implemented Interfaces:
Border, Serializable
Direct Known Subclasses:
EtchedBorderUIResource
Warning:
Serialized objects of this class will not be compatible with
future Swing releases. The current serialization support is
appropriate for short term storage or RMI between applications running
the same version of Swing. As of 1.4, support for long term storage
of all JavaBeansTM
has been added to the java.beans package.
Please see java.beans.XMLEncoder .
David - KlobaAmy - Fowler| Field Summary | ||
|---|---|---|
| public static final int | RAISED | Raised etched type. |
| public static final int | LOWERED | Lowered etched type. |
| protected int | etchType | |
| protected Color | highlight | |
| protected Color | shadow | |
| Constructor: |
|---|
|
|
|
|
| Method from javax.swing.border.EtchedBorder Summary: |
|---|
| getBorderInsets, getEtchType, getHighlightColor, getHighlightColor, getShadowColor, getShadowColor, isBorderOpaque, paintBorder |
| Methods from javax.swing.border.AbstractBorder: |
|---|
| getBaseline, getBaselineResizeBehavior, getBorderInsets, getBorderInsets, getInteriorRectangle, getInteriorRectangle, isBorderOpaque, isLeftToRight, paintBorder |
| Methods from java.lang.Object: |
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from javax.swing.border.EtchedBorder Detail: |
|---|
|
|
|
|
|
|
|
|