swingwtx.swing.border
Class MatteBorder
java.lang.Object
swingwtx.swing.border.AbstractBorder
swingwtx.swing.border.MatteBorder
- All Implemented Interfaces:
- Border
- public class MatteBorder
- extends AbstractBorder
- implements Border
Constructor Summary |
MatteBorder(Icon tileIcon)
|
MatteBorder(Insets borderInsets,
Color matteColor)
|
MatteBorder(Insets borderInsets,
Icon tileIcon)
|
MatteBorder(int top,
int left,
int bottom,
int right,
Color matteColor)
|
MatteBorder(int top,
int left,
int bottom,
int right,
Icon tileIcon)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MatteBorder
public MatteBorder(int top,
int left,
int bottom,
int right,
Color matteColor)
MatteBorder
public MatteBorder(Insets borderInsets,
Color matteColor)
MatteBorder
public MatteBorder(int top,
int left,
int bottom,
int right,
Icon tileIcon)
MatteBorder
public MatteBorder(Insets borderInsets,
Icon tileIcon)
MatteBorder
public MatteBorder(Icon tileIcon)