java.lang.Object
javax.swing.border.AbstractBorder
javax.swing.border.EmptyBorder
javax.swing.border.MatteBorder
javax.swing.plaf.BorderUIResource.MatteBorderUIResource
- All Implemented Interfaces:
- Serializable,- Border,- UIResource
- Enclosing class:
- BorderUIResource
public static class BorderUIResource.MatteBorderUIResource extends MatteBorder implements UIResource
A matte border UI resource.
- 
Field Summary
- 
Constructor SummaryConstructors Constructor Description MatteBorderUIResource(int top, int left, int bottom, int right, Color color)Constructs aMatteBorderUIResource.MatteBorderUIResource(int top, int left, int bottom, int right, Icon tileIcon)Constructs aMatteBorderUIResource.MatteBorderUIResource(Icon tileIcon)Constructs aMatteBorderUIResource.
- 
Method SummaryMethods declared in class javax.swing.border.MatteBordergetBorderInsets, getBorderInsets, getMatteColor, getTileIcon, isBorderOpaque, paintBorderMethods declared in class javax.swing.border.AbstractBordergetBaseline, getBaselineResizeBehavior, getBorderInsets, getInteriorRectangle, getInteriorRectangle
- 
Constructor Details- 
MatteBorderUIResourceConstructs aMatteBorderUIResource.- Parameters:
- top- the top inset of the border
- left- the left inset of the border
- bottom- the bottom inset of the border
- right- the right inset of the border
- color- the color rendered for the border
 
- 
MatteBorderUIResourceConstructs aMatteBorderUIResource.- Parameters:
- top- the top inset of the border
- left- the left inset of the border
- bottom- the bottom inset of the border
- right- the right inset of the border
- tileIcon- the icon to be used for tiling the border
 
- 
MatteBorderUIResourceConstructs aMatteBorderUIResource.- Parameters:
- tileIcon- the icon to be used for tiling the border
 
 
-