Serializable, Border, UIResourcepublic static class BorderUIResource.BevelBorderUIResource extends BevelBorder implements UIResource
bevelType, highlightInner, highlightOuter, LOWERED, RAISED, shadowInner, shadowOuter| Constructor | Description |
|---|---|
BevelBorderUIResource(int bevelType) |
Constructs a
BevelBorderUIResource. |
BevelBorderUIResource(int bevelType,
Color highlight,
Color shadow) |
Constructs a
BevelBorderUIResource. |
BevelBorderUIResource(int bevelType,
Color highlightOuter,
Color highlightInner,
Color shadowOuter,
Color shadowInner) |
Constructs a
BevelBorderUIResource. |
getBaseline, getBaselineResizeBehavior, getBorderInsets, getInteriorRectangle, getInteriorRectanglegetBevelType, getBorderInsets, getHighlightInnerColor, getHighlightInnerColor, getHighlightOuterColor, getHighlightOuterColor, getShadowInnerColor, getShadowInnerColor, getShadowOuterColor, getShadowOuterColor, isBorderOpaque, paintBorder, paintLoweredBevel, paintRaisedBevelpublic BevelBorderUIResource(int bevelType)
BevelBorderUIResource.bevelType - the type of bevel for the borderpublic BevelBorderUIResource(int bevelType,
Color highlight,
Color shadow)
BevelBorderUIResource.bevelType - the type of bevel for the borderhighlight - the color to use for the bevel highlightshadow - the color to use for the bevel shadow@ConstructorProperties({"bevelType","highlightOuterColor","highlightInnerColor","shadowOuterColor","shadowInnerColor"}) public BevelBorderUIResource(int bevelType, Color highlightOuter, Color highlightInner, Color shadowOuter, Color shadowInner)
BevelBorderUIResource.bevelType - the type of bevel for the borderhighlightOuter - the color to use for the bevel outer highlighthighlightInner - the color to use for the bevel inner highlightshadowOuter - the color to use for the bevel outer shadowshadowInner - the color to use for the bevel inner 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-9b155-1