com.jeta.forms.store.properties .JETAProperty com.jeta.forms.store.properties.effects .TextureProperty Constructor Summary public TextureProperty () Creates an uninitialized TextureProperty
instance.
VERSION final public static int VERSION (Code) The version for this class
serialVersionUID final static long serialVersionUID (Code)
TextureProperty public TextureProperty()(Code) Creates an uninitialized TextureProperty
instance.
createPainter public Painter createPainter()(Code) PaintSupport implementation. Creates a TexturePainter that renders a
textured background.
getBufferedImage public BufferedImage getBufferedImage()(Code) Returns a buffered image of the icon associated with this texture.
a bufferedimage of this property's icon.
getIconProperty public IconProperty getIconProperty()(Code) Returns the icon that is the basis for this texture.
the icon that is the basis for this texture
setIconProperty public void setIconProperty(IconProperty icon)(Code) Sets the icon that is the basis for this texture.
Parameters: icon - the icon
setValue public void setValue(Object prop)(Code) Sets this property to that of another TextureProperty.
Parameters: prop - a TextureProperty object
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)