swingwtx.swing.border
Class MatteBorder

java.lang.Object
  extended byswingwtx.swing.border.AbstractBorder
      extended byswingwtx.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 swingwtx.swing.border.AbstractBorder
getBorderInsets, getBorderInsets, getInteriorRectangle, getInteriorRectangle, isBorderOpaque, paintBorder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface swingwtx.swing.border.Border
getBorderInsets, isBorderOpaque, paintBorder
 

Constructor Detail

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)