public class NumberToLine extends NumberToBar
_maxValue, _minValue, legend
_clipCell, DEFAULT_LEGEND_HEIGHT, DEFAULT_LEGEND_WIDTH
Constructor and Description |
---|
NumberToLine() |
Modifier and Type | Method and Description |
---|---|
void |
renderCellHD(java.lang.Double v,
VNode rowNode,
VNode columnNode,
java.awt.Graphics2D g2D,
int anchorX,
int anchorY,
int cellWidth,
int cellHeight) |
void |
renderCellLD(java.lang.Double v,
VNode rowNode,
VNode columnNode,
java.awt.Graphics2D g2D,
int anchorX,
int anchorY,
int cellWidth,
int cellHeight) |
void |
renderCellSD(java.lang.Double v,
VNode rowNode,
VNode columnNode,
java.awt.Graphics2D g2D,
int anchorX,
int anchorY,
int cellWidth,
int cellHeight) |
protected void |
updateLegend() |
canRender, getConfigUI, getLegend, initialize, postRender, prepareGraphics, preRender, renderExternalValues, updateRendererChanges
_markNull, createToolTipFromJLabel, createToolTipFromString, getAntiAliasing, getCoolMapObject, getCurrentState, getDescription, getName, getRenderedFullMap, getRenderedFullMap, getRenderedMap, getSubTip, restoreState, setAntiAliasing, setClipCell, setCoolMapObject, setDescription, setName, updateRenderer
public void renderCellSD(java.lang.Double v, VNode rowNode, VNode columnNode, java.awt.Graphics2D g2D, int anchorX, int anchorY, int cellWidth, int cellHeight)
renderCellSD
in class NumberToBar
protected void updateLegend()
updateLegend
in class NumberToBar
public void renderCellHD(java.lang.Double v, VNode rowNode, VNode columnNode, java.awt.Graphics2D g2D, int anchorX, int anchorY, int cellWidth, int cellHeight)
renderCellHD
in class NumberToBar
public void renderCellLD(java.lang.Double v, VNode rowNode, VNode columnNode, java.awt.Graphics2D g2D, int anchorX, int anchorY, int cellWidth, int cellHeight)
renderCellLD
in class NumberToBar