public class Background extends Color
HEX_VALUE as the default value.
Note: It is recommended that you use the getInstance()
factory method to fetch instances of this class and not create new instances
using the Background constructor.
Copyright 2006 Sans Pareil Technologies, Inc.
| Modifier and Type | Field and Description |
|---|---|
static int |
HEX_VALUE
The default hex value for the background used across the application.
|
| Constructor and Description |
|---|
Background()
Deprecated.
Use
getInstance() instead. |
| Modifier and Type | Method and Description |
|---|---|
static Color |
getInstance()
Return the
singleton instance. |
public static final int HEX_VALUE
@Deprecated public Background()
getInstance() instead.