|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectswingwtx.swing.border.AbstractBorder
swingwtx.swing.border.BevelBorder
swingwtx.swing.border.SoftBevelBorder
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 |
public SoftBevelBorder(int bevelType)
public SoftBevelBorder(int bevelType, Color highlight, Color shadow)
public SoftBevelBorder(int bevelType, Color highlightOuterColor, Color highlightInnerColor, Color shadowOuterColor, Color shadowInnerColor)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |