| |
|
| com.jeta.forms.store.properties.JETAProperty com.jeta.forms.store.properties.BorderProperty com.jeta.forms.store.properties.LineBorderProperty
Constructor Summary | |
public | LineBorderProperty() Creates an uninitialized LineBorderProperty instance. |
serialVersionUID | final static long serialVersionUID(Code) | | |
LineBorderProperty | public LineBorderProperty()(Code) | | Creates an uninitialized LineBorderProperty instance.
|
createBorder | public Border createBorder(Component comp)(Code) | | Creates an JETALineBorder instance with the attributes of
this property.
a newly created JETALineBorer instance that can be set on anySwing component. |
getLineColor | public Color getLineColor()(Code) | | Returns the border color.
the border line color |
getLineColorProperty | public ColorProperty getLineColorProperty()(Code) | | Returns the border color property.
the border line color property |
getLineThickness | public int getLineThickness()(Code) | | Returns the thickness in pixels of the border.
the thickness of the border |
isCurved | public boolean isCurved()(Code) | | Returns true if the corners of this border are rounded.
true if this border is curved |
setCurved | public void setCurved(boolean bcurve)(Code) | | Sets the curved attribute for this border
Parameters: bcurve - if true, sets rounded corners for this border. |
setLineColorProperty | public void setLineColorProperty(ColorProperty c)(Code) | | Set the border line color property
|
setLineThickness | public void setLineThickness(int thickness)(Code) | | Set the thickness of the border
|
setValue | public void setValue(Object prop)(Code) | | Sets this property to that of another LineBorderProperty.
Parameters: prop - a LineBorderProperty 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)
|
|
|
|