public static class BorderUIResource.EtchedBorderUIResource extends EtchedBorder implements UIResource
| Constructor and Description |
|---|
EtchedBorderUIResource()
Constructs an
EtchedBorderUIResource. |
EtchedBorderUIResource(Color highlight,
Color shadow)
Constructs an
EtchedBorderUIResource. |
EtchedBorderUIResource(int etchType)
Constructs an
EtchedBorderUIResource. |
EtchedBorderUIResource(int etchType,
Color highlight,
Color shadow)
Constructs an
EtchedBorderUIResource. |
getBorderInsets, getEtchType, getHighlightColor, getHighlightColor, getShadowColor, getShadowColor, isBorderOpaque, paintBordergetBaseline, getBaselineResizeBehavior, getBorderInsets, getInteriorRectangle, getInteriorRectanglepublic 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(value={"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, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-01-26-133437.ivan.openjdk9onspinwait