| com.jeta.forms.store.properties.JETAProperty com.jeta.forms.store.properties.IconProperty com.jeta.forms.store.properties.ImageProperty
Field Summary | |
final public static int | BOTTOM | final public static int | CENTER | final public static int | LEFT | final public static int | RIGHT | final public static int | TOP | final public static int | VERSION The version of this class. | final static long | serialVersionUID |
Constructor Summary | |
public | ImageProperty() Creates an unitialized ImageProperty instance. |
BOTTOM | final public static int BOTTOM(Code) | | |
CENTER | final public static int CENTER(Code) | | |
LEFT | final public static int LEFT(Code) | | alignment definitions
|
RIGHT | final public static int RIGHT(Code) | | |
TOP | final public static int TOP(Code) | | |
VERSION | final public static int VERSION(Code) | | The version of this class.
|
serialVersionUID | final static long serialVersionUID(Code) | | |
ImageProperty | public ImageProperty()(Code) | | Creates an unitialized ImageProperty instance.
|
createPainter | public Painter createPainter()(Code) | | PaintSupport implementation.
|
getHorizontalAlignment | public int getHorizontalAlignment()(Code) | | Returns the horizontal alignment for the image.
the horizontal alignment for the image (LEFT,CENTER,RIGHT) |
getVerticalAlignment | public int getVerticalAlignment()(Code) | | Returns the vertical alignment for the image.
the vertical alignment for the image (TOP,CENTER,BOTTOM) |
setHorizontalAlignment | public void setHorizontalAlignment(int align)(Code) | | Sets the horizontal alignment for this image
Parameters: align - the horizontal alignment: LEFT,CENTER,RIGHT |
setValue | public void setValue(Object prop)(Code) | | Sets this property to that of another ImageProperty.
Parameters: prop - an ImageProperty object |
setVerticalAlignment | public void setVerticalAlignment(int align)(Code) | | Sets the vertical alignment for this image.
Parameters: align - the vertical alignment: TOP, CENTER, BOTTOM |
toString | public String toString()(Code) | | Returns the name for this property.
a string representation of this proprety |
updateBean | public void updateBean(JETABean jbean)(Code) | | Updates the bean. Creates an image painter and sets it as a background
effect for the Java bean. Note that the Java bean associated with this
property must implement the Paintable interface. See:
com.jeta.forms.gui.effects.Paintable |
Fields inherited from com.jeta.forms.store.properties.IconProperty | final public static int VERSION(Code)(Java Doc) final static long serialVersionUID(Code)(Java Doc)
|
Fields inherited from com.jeta.forms.store.properties.JETAProperty | final public static int VERSION(Code)(Java Doc) final static long serialVersionUID(Code)(Java Doc)
|
|
|