public class NumberToSeries extends NumberToBar
_maxValue, _minValue, legend
_clipCell, DEFAULT_LEGEND_HEIGHT, DEFAULT_LEGEND_WIDTH
Constructor and Description |
---|
NumberToSeries() |
Modifier and Type | Method and Description |
---|---|
java.awt.Image |
getSubTip(CoolMapObject obj,
VNode rowNode,
VNode columnNode,
float percentX,
float PercentY,
int cellWidth,
int cellHeight) |
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, 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 java.awt.Image getSubTip(CoolMapObject obj, VNode rowNode, VNode columnNode, float percentX, float PercentY, int cellWidth, int cellHeight)
getSubTip
in class ViewRenderer<java.lang.Double>
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