rero.gui.background
Class BackgroundProperties
public
class
BackgroundProperties
extends Object
implements ClientStateListener
protected Color bgColor
protected int bgStyle
protected float bgTint
protected int bgType
protected Image image
protected boolean isRelative
protected String name
protected Image transform
protected String type
public BackgroundProperties(String type, int defaultType)
public BackgroundProperties(String type, Color defaultColor, int defaultType)
public BackgroundProperties(String _type, Color defaultColor, int defaultType, int defaultStyle, float defaultTint)
public Color getColor()
public Image getImage(Component c)
public int getStyle()
public float getTint()
public Image getTransformedImage()
public int getType()
public void init(Color defaultColor, int defaultType, int defaultStyle, float defaultTint)
public boolean isRelative()
public void propertyChanged(String property, String parms)
public void setTransformedImage(Image i)