| com.jeta.forms.store.properties.JETAProperty com.jeta.forms.store.properties.effects.PaintProperty
PaintProperty | public class PaintProperty extends JETAProperty implements PaintSupport(Code) | | Property for storing settings for a fill effect (i.e. gradient, solid, or
texture ). This is the fill property value that handles painting
effects for forms, components, and cells. This object maintains a reference
to an actual paint property and delegates all painting to the delegate.
author: Jeff Tassin |
Constructor Summary | |
public | PaintProperty() Creates an unitialized PaintProperty instance. | public | PaintProperty(JETAProperty delegate) Creates a PaintProperty instance with the specified paint
property delegate. |
PROPERTY_ID | final public static String PROPERTY_ID(Code) | | The property name
|
VERSION | final public static int VERSION(Code) | | The version of this class
|
serialVersionUID | final static long serialVersionUID(Code) | | |
PaintProperty | public PaintProperty()(Code) | | Creates an unitialized PaintProperty instance.
|
PaintProperty | public PaintProperty(JETAProperty delegate)(Code) | | Creates a PaintProperty instance with the specified paint
property delegate.
|
createPainter | public Painter createPainter()(Code) | | PaintSupport implementation. Simply forwards the call to the delegate.
|
getPaintDelegate | public JETAProperty getPaintDelegate()(Code) | | Returns the underlying paint delegate.
the underlying delegate |
setValue | public void setValue(Object prop)(Code) | | Sets this property to that of another PaintProperty
Parameters: prop - a PaintProperty instance |
toString | public String toString()(Code) | | a string representation of this proprety |
updateBean | public void updateBean(JETABean jbean)(Code) | | Updates the bean. Simply forwards the call to the delegate.
|
Fields inherited from com.jeta.forms.store.properties.JETAProperty | final public static int VERSION(Code)(Java Doc)
|
|
|