com.jeta.forms.store.properties .JETAProperty com.jeta.forms.store.properties.effects .SolidProperty VERSION final public static int VERSION (Code) The version for this class
serialVersionUID final static long serialVersionUID (Code)
SolidProperty public SolidProperty()(Code) Creates an uninitialized SolidProperty
instance
createPainter public Painter createPainter()(Code) PaintSupport implementation. Creates a painter that renders a solid
background.
getColor public Color getColor()(Code) Returns the fill color.
the fill color
getColorProperty public ColorProperty getColorProperty()(Code) Returns the fill color property
the fill color property
setColorProperty public void setColorProperty(ColorProperty c)(Code) Sets the fill color property.
Parameters: c - the fill color property
setValue public void setValue(Object prop)(Code) Sets this property to that of SolidProperty
Parameters: prop - a SolidProperty instance
toString public String toString()(Code) a string representation of this proprety
updateBean public void updateBean(JETABean jbean)(Code) Updates the bean. Gets the underlying Java bean component associated with
this property and if that component implements the Paintable interface,
sets the background painter.
Fields inherited from com.jeta.forms.store.properties.JETAProperty final public static int VERSION(Code) (Java Doc)