| |
|
| com.jeta.forms.store.properties.JETAProperty com.jeta.forms.store.properties.BorderProperty com.jeta.forms.store.properties.EtchedBorderProperty
EtchedBorderProperty | public class EtchedBorderProperty extends BorderProperty (Code) | | A set of attributes that define an EtchedBorder . See:
javax.swing.EtchedBorder author: Jeff Tassin |
Constructor Summary | |
public | EtchedBorderProperty() Creates a raised EtchedBorderProperty with default colors. | public | EtchedBorderProperty(int etchType) Creates an EtchedBorderProperty with the specified etch
type.
Parameters: etchType - the etch type for the border. |
VERSION | final public static int VERSION(Code) | | The version for this class.
|
serialVersionUID | final static long serialVersionUID(Code) | | |
EtchedBorderProperty | public EtchedBorderProperty()(Code) | | Creates a raised EtchedBorderProperty with default colors.
|
EtchedBorderProperty | public EtchedBorderProperty(int etchType)(Code) | | Creates an EtchedBorderProperty with the specified etch
type.
Parameters: etchType - the etch type for the border. Either: EtchedBorder.RAISED orLOWERED. |
createBorder | public Border createBorder(Component comp)(Code) | | BorderProperty implementation. Creates an EtchedBorder
instance with the attributes specified by this property.
an EtchedBorder instance. |
getEtchType | public int getEtchType()(Code) | | Returns the type of etched border: EtchedBorder.RAISED, LOWERED
the etch type |
getHighlightColor | public Color getHighlightColor()(Code) | | Returns the border highlight color
|
getHighlightColorProperty | public ColorProperty getHighlightColorProperty()(Code) | | Returns the border highlight color property
|
getShadowColor | public Color getShadowColor()(Code) | | Returns the border shadow color
|
getShadowColorProperty | public ColorProperty getShadowColorProperty()(Code) | | Returns the border shadow color property
|
setBorder | public void setBorder(EtchedBorder bb)(Code) | | Sets the attributes of this property to that of the specified
EtchedBorder.
Parameters: bb - the etched border whose attributes to get. |
setEtchType | public void setEtchType(int type)(Code) | | Sets the type of etched border: EtchedBorder.RAISED, LOWERED
Parameters: type - the etch type |
setHighlightColorProperty | public void setHighlightColorProperty(ColorProperty c)(Code) | | Sets the border highlight color property
|
setShadowColorProperty | public void setShadowColorProperty(ColorProperty c)(Code) | | Sets the border shadown color property
|
setValue | public void setValue(Object prop)(Code) | | Sets this property to that of another EtchedBorderProperty.
Parameters: prop - an EtchedBorderProperty instance. |
Fields inherited from com.jeta.forms.store.properties.JETAProperty | final public static int VERSION(Code)(Java Doc) final static long serialVersionUID(Code)(Java Doc)
|
|
|
|