public static class BorderUIResource.BevelBorderUIResource extends BevelBorder implements UIResource
bevelType, highlightInner, highlightOuter, LOWERED, RAISED, shadowInner, shadowOuter
Constructor and 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 . |
getBevelType, getBorderInsets, getHighlightInnerColor, getHighlightInnerColor, getHighlightOuterColor, getHighlightOuterColor, getShadowInnerColor, getShadowInnerColor, getShadowOuterColor, getShadowOuterColor, isBorderOpaque, paintBorder, paintLoweredBevel, paintRaisedBevel
getBaseline, getBaselineResizeBehavior, getBorderInsets, getInteriorRectangle, getInteriorRectangle
public 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(value={"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, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-01-26-133437.ivan.openjdk9onspinwait