public class HeatmapRenderingParameters extends Object
Modifier and Type | Field and Description |
---|---|
int |
cellSize |
int |
colorScaleLabelHeight |
String |
colorScaleLabelText |
Integer |
queryIdsFontsize |
Integer |
queryIdsLength |
int |
queryLabelHeight |
String |
queryLabelText |
boolean |
renderDiag |
Integer |
targetIdsFontsize |
Integer |
targetIdsLength |
int |
targetLabelHeight |
String |
targetLabelText |
int |
titleHeight |
String |
titleText |
Constructor and Description |
---|
HeatmapRenderingParameters() |
Modifier and Type | Method and Description |
---|---|
boolean |
areQueryIdsShown() |
boolean |
areTargetIdsShown() |
void |
updateDefaults() |
public int cellSize
public String queryLabelText
public int queryLabelHeight
public Integer queryIdsLength
public Integer queryIdsFontsize
public String targetLabelText
public int targetLabelHeight
public Integer targetIdsLength
public Integer targetIdsFontsize
public int colorScaleLabelHeight
public String colorScaleLabelText
public boolean renderDiag
public String titleText
public int titleHeight