Serializable
, Border
, UIResource
public 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,
java.awt.Color highlight,
java.awt.Color shadow) |
Constructs a
BevelBorderUIResource . |
BevelBorderUIResource(int bevelType,
java.awt.Color highlightOuter,
java.awt.Color highlightInner,
java.awt.Color shadowOuter,
java.awt.Color shadowInner) |
Constructs a
BevelBorderUIResource . |
getBaseline, getBaselineResizeBehavior, getBorderInsets, getInteriorRectangle, getInteriorRectangle
getBevelType, getBorderInsets, getHighlightInnerColor, getHighlightInnerColor, getHighlightOuterColor, getHighlightOuterColor, getShadowInnerColor, getShadowInnerColor, getShadowOuterColor, getShadowOuterColor, isBorderOpaque, paintBorder, paintLoweredBevel, paintRaisedBevel
public BevelBorderUIResource(int bevelType)
BevelBorderUIResource
.bevelType
- the type of bevel for the borderpublic BevelBorderUIResource(int bevelType, java.awt.Color highlight, java.awt.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, java.awt.Color highlightOuter, java.awt.Color highlightInner, java.awt.Color shadowOuter, java.awt.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-Ubuntu+0-9b151-2