public class CfgColors
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private long |
timestamp
Timestamp value
|
private int[] |
wmColors
An array of RGB color values, one for every schedule state type.
|
private int |
wmColorsNSizeIs
Number of elements in the wmColors array
|
private int[] |
wmFontColors
An array of RGB color values, one each for the font of every schedule state type.
|
private int |
wmFontColorsNSizeIs
Number of elements in the wmFontColors array
|
Constructor and Description |
---|
CfgColors() |
CfgColors(int wmColorsNSizeIs,
int[] wmColors,
int wmFontColorsNSizeIs,
int[] wmFontColors,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
long |
getTimestamp()
Gets the timestamp value for this CfgColors.
|
int[] |
getWmColors()
Gets the wmColors value for this CfgColors.
|
int |
getWmColorsNSizeIs()
Gets the wmColorsNSizeIs value for this CfgColors.
|
int[] |
getWmFontColors()
Gets the wmFontColors value for this CfgColors.
|
int |
getWmFontColorsNSizeIs()
Gets the wmFontColorsNSizeIs value for this CfgColors.
|
void |
setTimestamp(long timestamp)
Sets the timestamp value for this CfgColors.
|
void |
setWmColors(int[] wmColors)
Sets the wmColors value for this CfgColors.
|
void |
setWmColorsNSizeIs(int wmColorsNSizeIs)
Sets the wmColorsNSizeIs value for this CfgColors.
|
void |
setWmFontColors(int[] wmFontColors)
Sets the wmFontColors value for this CfgColors.
|
void |
setWmFontColorsNSizeIs(int wmFontColorsNSizeIs)
Sets the wmFontColorsNSizeIs value for this CfgColors.
|
private int wmColorsNSizeIs
private int[] wmColors
ESchStateType
)
should be used as an index for the wmColors array. Color values of -1 stand for NULL.private int wmFontColorsNSizeIs
private int[] wmFontColors
ESchStateType
)
should be used as an index for the wmColors array. Color values of -1 stand for NULL.private long timestamp
public CfgColors()
public CfgColors(int wmColorsNSizeIs, int[] wmColors, int wmFontColorsNSizeIs, int[] wmFontColors, long timestamp)
public int getWmColorsNSizeIs()
public void setWmColorsNSizeIs(int wmColorsNSizeIs)
wmColorsNSizeIs
- public int[] getWmColors()
public void setWmColors(int[] wmColors)
wmColors
- public long getTimestamp()
public int getWmFontColorsNSizeIs()
public void setWmFontColorsNSizeIs(int wmFontColorsNSizeIs)
wmFontColorsNSizeIs
- public int[] getWmFontColors()
public void setWmFontColors(int[] wmFontColors)
wmFontColors
- public void setTimestamp(long timestamp)
timestamp
- Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.