public class HeatMapCell
extends java.lang.Object
Constructor and Description |
---|
HeatMapCell() |
Modifier and Type | Method and Description |
---|---|
ReportContext |
getCellContext() |
java.lang.String |
getCellDetailsReportName() |
HeatMapCell[] |
getChildCells() |
java.lang.String |
getLabel() |
double |
getSize() |
double |
getUnUsedChildSize() |
double |
getValue() |
void |
setCellContext(ReportContext cellContext) |
void |
setCellDetailsReportName(java.lang.String cellDetailsReportName) |
void |
setChildCells(HeatMapCell[] childCells) |
void |
setLabel(java.lang.String label) |
void |
setSize(double size) |
void |
setUnUsedChildSize(double unUsedChildSize) |
void |
setValue(double value) |
public java.lang.String getLabel()
public double getSize()
public double getValue()
public HeatMapCell[] getChildCells()
public void setLabel(java.lang.String label)
label
- the label to setpublic void setSize(double size)
size
- the size to setpublic void setValue(double value)
value
- the value to setpublic void setChildCells(HeatMapCell[] childCells)
childCells
- the childCells to setpublic double getUnUsedChildSize()
public void setUnUsedChildSize(double unUsedChildSize)
unUsedChildSize
- the unUsedChildSize to setpublic ReportContext getCellContext()
public java.lang.String getCellDetailsReportName()
public void setCellContext(ReportContext cellContext)
cellContext
- the cellContext to setpublic void setCellDetailsReportName(java.lang.String cellDetailsReportName)
cellDetailsReportName
- the cellDetailsReportName to set