rero.gui.background
Class BackgroundProperties
java.lang.Object
rero.gui.background.BackgroundProperties
- All Implemented Interfaces:
- ClientStateListener
public class BackgroundProperties
- extends java.lang.Object
- implements ClientStateListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
protected java.lang.String type
bgType
protected int bgType
bgStyle
protected int bgStyle
image
protected java.awt.Image image
transform
protected java.awt.Image transform
name
protected java.lang.String name
bgColor
protected java.awt.Color bgColor
bgTint
protected float bgTint
isRelative
protected boolean isRelative
BackgroundProperties
public BackgroundProperties(java.lang.String type,
int defaultType)
BackgroundProperties
public BackgroundProperties(java.lang.String type,
java.awt.Color defaultColor,
int defaultType)
BackgroundProperties
public BackgroundProperties(java.lang.String _type,
java.awt.Color defaultColor,
int defaultType,
int defaultStyle,
float defaultTint)
isRelative
public boolean isRelative()
getType
public int getType()
getStyle
public int getStyle()
getColor
public java.awt.Color getColor()
getTint
public float getTint()
propertyChanged
public void propertyChanged(java.lang.String property,
java.lang.String parms)
- Description copied from interface:
ClientStateListener
- when the property gets changed you will be notified!
- Specified by:
propertyChanged
in interface ClientStateListener
init
public void init(java.awt.Color defaultColor,
int defaultType,
int defaultStyle,
float defaultTint)
getImage
public java.awt.Image getImage(java.awt.Component c)
getTransformedImage
public java.awt.Image getTransformedImage()
setTransformedImage
public void setTransformedImage(java.awt.Image i)