Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
javax.swing.plaf

Class BorderUIResource.MatteBorderUIResource

java.lang.Object
|
+--javax.swing.border.AbstractBorder
   |
   +--javax.swing.border.EmptyBorder
      |
      +--javax.swing.border.MatteBorder
         |
         +--javax.swing.plaf.BorderUIResource.MatteBorderUIResource

All Implemented Interfaces:

UIResource, Serializable, Border, Serializable


public static class BorderUIResource.MatteBorderUIResource

extends MatteBorder

implements UIResource, Serializable

Constructor Summary

MatteBorderUIResource(int top, int left, int bottom, int right, java.awt.Color color)

MatteBorderUIResource(int top, int left, int bottom, int right, javax.swing.Icon tileIcon)

MatteBorderUIResource(javax.swing.Icon tileIcon)

Constructor Details

MatteBorderUIResource

public MatteBorderUIResource(int top, int left, int bottom, int right, java.awt.Color color)

Parameters:


MatteBorderUIResource

public MatteBorderUIResource(int top, int left, int bottom, int right, javax.swing.Icon tileIcon)

Parameters:


MatteBorderUIResource

public MatteBorderUIResource(javax.swing.Icon tileIcon)

Parameters: