swingwtx.swing.border
Class SoftBevelBorder

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

public class SoftBevelBorder
extends BevelBorder


Field Summary
 
Fields inherited from class swingwtx.swing.border.BevelBorder
bevelType, LOWERED, RAISED
 
Constructor Summary
SoftBevelBorder(int bevelType)
           
SoftBevelBorder(int bevelType, Color highlight, Color shadow)
           
SoftBevelBorder(int bevelType, Color highlightOuterColor, Color highlightInnerColor, Color shadowOuterColor, Color shadowInnerColor)
           
 
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

SoftBevelBorder

public SoftBevelBorder(int bevelType)

SoftBevelBorder

public SoftBevelBorder(int bevelType,
                       Color highlight,
                       Color shadow)

SoftBevelBorder

public SoftBevelBorder(int bevelType,
                       Color highlightOuterColor,
                       Color highlightInnerColor,
                       Color shadowOuterColor,
                       Color shadowInnerColor)