- 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.- See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields declared in class javax.swing.border.MatteBordercolor, tileIcon
 - 
Fields declared in class javax.swing.border.EmptyBorderbottom, left, right, top
 
- 
 - 
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 Summary- 
Methods declared in class javax.swing.border.MatteBordergetBorderInsets, getBorderInsets, getMatteColor, getTileIcon, isBorderOpaque, paintBorder
 - 
Methods declared in class javax.swing.border.AbstractBordergetBaseline, getBaselineResizeBehavior, getBorderInsets, getInteriorRectangle, getInteriorRectangle
 
- 
 
- 
- 
- 
Constructor Detail- 
MatteBorderUIResourcepublic MatteBorderUIResource(int top, int left, int bottom, int right, Color color)Constructs 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
 
 - 
MatteBorderUIResourcepublic MatteBorderUIResource(int top, int left, int bottom, int right, Icon tileIcon)Constructs 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
 
 - 
MatteBorderUIResourcepublic MatteBorderUIResource(Icon tileIcon) Constructs aMatteBorderUIResource.- Parameters:
- tileIcon- the icon to be used for tiling the border
 
 
- 
 
-