public class ValueColorSaver
extends java.lang.Object
| Constructor and Description | 
|---|
ValueColorSaver()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getAttrName()
Method to get name of attribute to be visualized. 
 | 
java.awt.Color | 
getColor()
Method to get color. 
 | 
java.lang.Double | 
getMaxValue()
Method to get maximum value of interval. 
 | 
java.lang.Double | 
getMinValue()
Method to get minimum value of interval. 
 | 
java.lang.Boolean | 
getValueB()
Method to get value of attribute this object stores the color for (boolean). 
 | 
java.lang.Integer | 
getValueI()
Method to get value of attribute this object stores the color for (integer). 
 | 
java.lang.String | 
getValueS()
Method to get value of attribute this object stores the color for (string). 
 | 
void | 
setAttrName(java.lang.String attrName)
Method to set name of attribute to be visualized. 
 | 
void | 
setColor(java.awt.Color color)
Method to set color. 
 | 
void | 
setMaxValue(java.lang.Double maxValue)
Method to set maximum value of interval. 
 | 
void | 
setMinValue(java.lang.Double minValue)
Method to set minimum value of interval. 
 | 
void | 
setValueB(java.lang.Boolean valueB)
Method to set value of attribute this object stores the color for (boolean). 
 | 
void | 
setValueI(java.lang.Integer valueI)
Method to set value of attribute this object stores the color for (integer). 
 | 
void | 
setValueS(java.lang.String valueS)
Method to set value of attribute this object stores the color for (string). 
 | 
public java.lang.String getAttrName()
public void setAttrName(java.lang.String attrName)
attrName - Name of attributepublic java.awt.Color getColor()
public void setColor(java.awt.Color color)
color - Color objectpublic java.lang.Double getMinValue()
public void setMinValue(java.lang.Double minValue)
minValue - Minimum valuepublic java.lang.Double getMaxValue()
public void setMaxValue(java.lang.Double maxValue)
maxValue - Maximum valuepublic java.lang.Boolean getValueB()
public void setValueB(java.lang.Boolean valueB)
valueB - Boolean valuepublic java.lang.Integer getValueI()
public void setValueI(java.lang.Integer valueI)
valueI - Integer valuepublic java.lang.String getValueS()
public void setValueS(java.lang.String valueS)
valueS - String value