synergynetframework.appsystem.contentsystem.items.utils
Class Background

java.lang.Object
  extended by synergynetframework.appsystem.contentsystem.items.utils.Background
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class Background
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable

The Class Background.

See Also:
Serialized Form

Constructor Summary
Background(java.awt.Color color)
          Instantiates a new background.
 
Method Summary
 java.lang.Object clone()
           
 java.awt.Color getColour()
          Gets the colour.
 void setBgColour(java.awt.Color colour)
          Sets the bg colour.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Background

public Background(java.awt.Color color)
Instantiates a new background.

Parameters:
color - the color
Method Detail

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Overrides:
clone in class java.lang.Object
Throws:
java.lang.CloneNotSupportedException

getColour

public java.awt.Color getColour()
Gets the colour.

Returns:
the colour

setBgColour

public void setBgColour(java.awt.Color colour)
Sets the bg colour.

Parameters:
colour - the new bg colour