
public class TooltipStringVisualization extends AbstractTooltipVisualization
| Modifier and Type | Class and Description |
|---|---|
static class |
TooltipStringVisualization.Factory
Factory
|
| Modifier and Type | Field and Description |
|---|---|
private double |
fontsize
Font size to use.
|
static String |
NAME_CLASS
A short name characterizing this Visualizer.
|
static String |
NAME_EID
A short name characterizing this Visualizer.
|
static String |
NAME_ID
A short name characterizing this Visualizer.
|
static String |
NAME_LABEL
A short name characterizing this Visualizer.
|
private Relation<?> |
result
Number value to visualize
|
hoverer, TOOLTIP_AREA, TOOLTIP_HIDDEN, TOOLTIP_STICKY, TOOLTIP_VISIBLEproj, rel, samplecontext, layer, pendingRedraw, svgp, task| Constructor and Description |
|---|
TooltipStringVisualization(VisualizationTask task)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected Element |
makeTooltip(DBID id,
double x,
double y,
double dotsize) |
protected void |
setupCSS(SVGPlot svgp)
Registers the Tooltip-CSS-Class at a SVGPlot.
|
destroy, handleHoverEvent, redraw, resultChanged, toggleTooltipsetupCanvascontentChanged, getHeight, getLayer, getWidth, incrementalRedraw, resultAdded, resultRemoved, synchronizedRedrawclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontentChangedpublic static final String NAME_ID
public static final String NAME_LABEL
public static final String NAME_CLASS
public static final String NAME_EID
private Relation<?> result
private double fontsize
public TooltipStringVisualization(VisualizationTask task)
task - Taskprotected Element makeTooltip(DBID id, double x, double y, double dotsize)
makeTooltip in class AbstractTooltipVisualizationprotected void setupCSS(SVGPlot svgp)
setupCSS in class AbstractTooltipVisualizationsvgp - the SVGPlot to register the Tooltip-CSS-Class.