- java.lang.Object
 - 
- javax.swing.border.AbstractBorder
 - 
- javax.swing.border.BevelBorder
 - 
- javax.swing.plaf.BorderUIResource.BevelBorderUIResource
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable,Border,UIResource
- Enclosing class:
 - BorderUIResource
 
public static class BorderUIResource.BevelBorderUIResource extends BevelBorder implements UIResource
A bevel border UI resource.- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
- 
Fields declared in class javax.swing.border.BevelBorder
bevelType, highlightInner, highlightOuter, LOWERED, RAISED, shadowInner, shadowOuter 
 - 
 
- 
Constructor Summary
Constructors Constructor Description BevelBorderUIResource(int bevelType)Constructs aBevelBorderUIResource.BevelBorderUIResource(int bevelType, Color highlight, Color shadow)Constructs aBevelBorderUIResource.BevelBorderUIResource(int bevelType, Color highlightOuter, Color highlightInner, Color shadowOuter, Color shadowInner)Constructs aBevelBorderUIResource. 
- 
Method Summary
- 
Methods declared in class javax.swing.border.BevelBorder
getBevelType, getBorderInsets, getHighlightInnerColor, getHighlightInnerColor, getHighlightOuterColor, getHighlightOuterColor, getShadowInnerColor, getShadowInnerColor, getShadowOuterColor, getShadowOuterColor, isBorderOpaque, paintBorder, paintLoweredBevel, paintRaisedBevel 
- 
Methods declared in class javax.swing.border.AbstractBorder
getBaseline, getBaselineResizeBehavior, getBorderInsets, getInteriorRectangle, getInteriorRectangle 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
BevelBorderUIResource
public BevelBorderUIResource(int bevelType)
Constructs aBevelBorderUIResource.- Parameters:
 bevelType- the type of bevel for the border
 
- 
BevelBorderUIResource
public BevelBorderUIResource(int bevelType, Color highlight, Color shadow)Constructs aBevelBorderUIResource.- Parameters:
 bevelType- the type of bevel for the borderhighlight- the color to use for the bevel highlightshadow- the color to use for the bevel shadow
 
- 
BevelBorderUIResource
@ConstructorProperties({"bevelType","highlightOuterColor","highlightInnerColor","shadowOuterColor","shadowInnerColor"}) public BevelBorderUIResource(int bevelType, Color highlightOuter, Color highlightInner, Color shadowOuter, Color shadowInner)
Constructs aBevelBorderUIResource.- Parameters:
 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
 
 - 
 
 -