org.wings.border
Class SEtchedBorder
java.lang.Object
org.wings.border.SAbstractBorder
org.wings.border.SEtchedBorder
- All Implemented Interfaces:
- Serializable, Cloneable, SBorder
public class SEtchedBorder
- extends SAbstractBorder
Draw a etched border around a component.
RAISED
LOWERED
- Author:
- Armin Haaf, Andre Lison
- See Also:
- Serialized Form
| Methods inherited from class org.wings.border.SAbstractBorder |
clone, getAttributes, getCG, getColor, getColor, getInsets, getStyle, getStyle, getThickness, getThickness, setCG, setColor, setColor, setComponent, setInsets, setStyle, setStyle, setThickness, setThickness |
RAISED
public static final int RAISED
- See Also:
- Constant Field Values
LOWERED
public static final int LOWERED
- See Also:
- Constant Field Values
SEtchedBorder
public SEtchedBorder()
SEtchedBorder
public SEtchedBorder(int etchedType)
SEtchedBorder
public SEtchedBorder(int etchedType,
Insets insets)
setEtchedType
public void setEtchedType(int etchedType)
getEtchedType
public int getEtchedType()
wingS Swings ;-)