org.wings.border
Class SEtchedBorder

java.lang.Object
  extended by org.wings.border.SAbstractBorder
      extended by 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

Field Summary
static int LOWERED
           
static int RAISED
           
 
Fields inherited from class org.wings.border.SAbstractBorder
component, insets, specs
 
Constructor Summary
SEtchedBorder()
           
SEtchedBorder(int etchedType)
           
SEtchedBorder(int etchedType, Insets insets)
           
 
Method Summary
 int getEtchedType()
           
 void setEtchedType(int etchedType)
           
 
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
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RAISED

public static final int RAISED
See Also:
Constant Field Values

LOWERED

public static final int LOWERED
See Also:
Constant Field Values
Constructor Detail

SEtchedBorder

public SEtchedBorder()

SEtchedBorder

public SEtchedBorder(int etchedType)

SEtchedBorder

public SEtchedBorder(int etchedType,
                     Insets insets)
Method Detail

setEtchedType

public void setEtchedType(int etchedType)

getEtchedType

public int getEtchedType()


wingS Swings ;-)