swingwtx.swing.border
Class EtchedBorder

java.lang.Object
  extended byswingwtx.swing.border.AbstractBorder
      extended byswingwtx.swing.border.EtchedBorder
All Implemented Interfaces:
Border

public class EtchedBorder
extends AbstractBorder
implements Border


Field Summary
protected  int etchType
           
static int LOWERED
           
static int RAISED
           
 
Constructor Summary
EtchedBorder()
           
EtchedBorder(Color highlight, Color shadow)
           
EtchedBorder(int etchType)
           
EtchedBorder(int etchType, Color highlight, Color shadow)
           
 
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
 

Field Detail

RAISED

public static final int RAISED
See Also:
Constant Field Values

LOWERED

public static final int LOWERED
See Also:
Constant Field Values

etchType

protected int etchType
Constructor Detail

EtchedBorder

public EtchedBorder()

EtchedBorder

public EtchedBorder(int etchType)

EtchedBorder

public EtchedBorder(Color highlight,
                    Color shadow)

EtchedBorder

public EtchedBorder(int etchType,
                    Color highlight,
                    Color shadow)