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

Class MatteBorder

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


public class MatteBorder

extends EmptyBorder

Constructor Summary

MatteBorder()

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

Method Summary

booleanisBorderOpaque()

voidpaintBorder(java.awt.Component c, java.awt.Graphics g, int x, int y, int width, int height)

Constructor Details

MatteBorder

public MatteBorder()


MatteBorder

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

Parameters:


Method Details

isBorderOpaque

public boolean isBorderOpaque()


paintBorder

public void paintBorder(java.awt.Component c, java.awt.Graphics g, int x, int y, int width, int height)

Parameters: