Package tech.tablesaw.plotly.traces
Class AbstractTrace
java.lang.Object
tech.tablesaw.plotly.traces.AbstractTrace
- All Implemented Interfaces:
Trace
- Direct Known Subclasses:
BarTrace
,BoxTrace
,ContourTrace
,HeatmapTrace
,Histogram2DTrace
,HistogramTrace
,PieTrace
,Scatter3DTrace
,ScatterTrace
,ViolinTrace
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final double
protected static final AbstractTrace.Visibility
protected final io.pebbletemplates.pebble.PebbleEngine
protected final String
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface tech.tablesaw.plotly.traces.Trace
asJavascript
-
Field Details
-
DEFAULT_OPACITY
protected static final double DEFAULT_OPACITY- See Also:
-
DEFAULT_VISIBILITY
-
engine
protected final io.pebbletemplates.pebble.PebbleEngine engine -
type
-
-
Constructor Details
-
AbstractTrace
-
-
Method Details
-
name
-
toString
-
getContext
-
hoverLabel
- Specified by:
hoverLabel
in interfaceTrace
-
showLegend
public boolean showLegend()- Specified by:
showLegend
in interfaceTrace
-