public class HeatMapReport
extends java.lang.Object
| Constructor and Description |
|---|
HeatMapReport() |
| Modifier and Type | Method and Description |
|---|---|
HeatMapCell[] |
getCells() |
java.lang.String |
getSizeLabel() |
java.lang.String |
getSizeUnits() |
double |
getUnUsedChildSize() |
java.lang.String |
getValueLabel() |
double |
getValueLowerBound() |
java.lang.String |
getValueUnits() |
double |
getValueUpperBound() |
void |
setCells(HeatMapCell[] cells) |
void |
setSizeLabel(java.lang.String sizeLabel) |
void |
setSizeUnits(java.lang.String sizeUnits) |
void |
setUnUsedChildSize(double unUsedChildSize) |
void |
setValueLabel(java.lang.String valueLabel) |
void |
setValueLowerBound(double valueLowerBound) |
void |
setValueUnits(java.lang.String valueUnits) |
void |
setValueUpperBound(double valueUpperBound) |
public java.lang.String getSizeLabel()
public java.lang.String getSizeUnits()
public java.lang.String getValueLabel()
public java.lang.String getValueUnits()
public double getValueLowerBound()
public double getValueUpperBound()
public void setSizeLabel(java.lang.String sizeLabel)
sizeLabel - the sizeLabel to setpublic void setSizeUnits(java.lang.String sizeUnits)
sizeUnits - the sizeUnits to setpublic void setValueLabel(java.lang.String valueLabel)
valueLabel - the valueLabel to setpublic void setValueUnits(java.lang.String valueUnits)
valueUnits - the valueUnits to setpublic void setValueLowerBound(double valueLowerBound)
valueLowerBound - the valueLowerBound to setpublic void setValueUpperBound(double valueUpperBound)
valueUpperBound - the valueUpperBound to setpublic HeatMapCell[] getCells()
public double getUnUsedChildSize()
public void setCells(HeatMapCell[] cells)
cells - the cells to setpublic void setUnUsedChildSize(double unUsedChildSize)
unUsedChildSize - the unUsedChildSize to set