KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > border > MatteBorder

javax.swing.border
Class MatteBorder

java.lang.Object
  extended by javax.swing.border.AbstractBorder
      extended by javax.swing.border.EmptyBorder
          extended by javax.swing.border.MatteBorder
All Implemented Interfaces:
Serializable, Border
Direct Known Subclasses:
BorderUIResource.MatteBorderUIResource
See Also:
Top Examples, Source Code, XMLEncoder

protected Color color
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Insets getBorderInsets()
See Also:
EmptyBorder
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Insets getBorderInsets(Component c)
See Also:
EmptyBorder, Border
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Insets getBorderInsets(Component c,
                              Insets insets)
See Also:
EmptyBorder
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Color getMatteColor()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Icon getTileIcon()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isBorderOpaque()
See Also:
EmptyBorder, Border
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public MatteBorder(int top,
                   int left,
                   int bottom,
                   int right,
                   Color matteColor)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public MatteBorder(int top,
                   int left,
                   int bottom,
                   int right,
                   Icon tileIcon)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public MatteBorder(Insets borderInsets,
                   Color matteColor)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public MatteBorder(Insets borderInsets,
                   Icon tileIcon)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public MatteBorder(Icon tileIcon)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void paintBorder(Component c,
                        Graphics g,
                        int x,
                        int y,
                        int width,
                        int height)
See Also:
EmptyBorder, Border
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected Icon tileIcon
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags