Serializable, Border, UIResourcepublic static class BorderUIResource.EtchedBorderUIResource extends EtchedBorder implements UIResource
| Constructor | Description |
|---|---|
EtchedBorderUIResource() |
Constructs an
EtchedBorderUIResource. |
EtchedBorderUIResource(int etchType) |
Constructs an
EtchedBorderUIResource. |
EtchedBorderUIResource(int etchType,
Color highlight,
Color shadow) |
Constructs an
EtchedBorderUIResource. |
EtchedBorderUIResource(Color highlight,
Color shadow) |
Constructs an
EtchedBorderUIResource. |
getBaseline, getBaselineResizeBehavior, getBorderInsets, getInteriorRectangle, getInteriorRectanglegetBorderInsets, getEtchType, getHighlightColor, getHighlightColor, getShadowColor, getShadowColor, isBorderOpaque, paintBorderpublic EtchedBorderUIResource()
EtchedBorderUIResource.public EtchedBorderUIResource(int etchType)
EtchedBorderUIResource.etchType - the type of etch to be drawn by the borderpublic EtchedBorderUIResource(Color highlight, Color shadow)
EtchedBorderUIResource.highlight - the color to use for the etched highlightshadow - the color to use for the etched shadow@ConstructorProperties({"etchType","highlightColor","shadowColor"}) public EtchedBorderUIResource(int etchType, Color highlight, Color shadow)
EtchedBorderUIResource.etchType - the type of etch to be drawn by the borderhighlight - the color to use for the etched highlightshadow - the color to use for the etched shadow Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Debian+0-9b153-2