Serializable
, Border
, UIResource
public static class BorderUIResource.EtchedBorderUIResource extends EtchedBorder implements UIResource
Constructor | Description |
---|---|
EtchedBorderUIResource() |
Constructs an
EtchedBorderUIResource . |
EtchedBorderUIResource(int etchType) |
Constructs an
EtchedBorderUIResource . |
EtchedBorderUIResource(int etchType,
java.awt.Color highlight,
java.awt.Color shadow) |
Constructs an
EtchedBorderUIResource . |
EtchedBorderUIResource(java.awt.Color highlight,
java.awt.Color shadow) |
Constructs an
EtchedBorderUIResource . |
getBaseline, getBaselineResizeBehavior, getBorderInsets, getInteriorRectangle, getInteriorRectangle
getBorderInsets, getEtchType, getHighlightColor, getHighlightColor, getShadowColor, getShadowColor, isBorderOpaque, paintBorder
public EtchedBorderUIResource()
EtchedBorderUIResource
.public EtchedBorderUIResource(int etchType)
EtchedBorderUIResource
.etchType
- the type of etch to be drawn by the borderpublic EtchedBorderUIResource(java.awt.Color highlight, java.awt.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, java.awt.Color highlight, java.awt.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-Ubuntu+0-9b151-2