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

Class EtchedBorder

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


public class EtchedBorder

extends EmptyBorder

Constructor Summary

EtchedBorder()

EtchedBorder(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

EtchedBorder

public EtchedBorder()


EtchedBorder

public EtchedBorder(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: