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
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final doubleprotected static final AbstractTrace.Visibilityprotected final io.pebbletemplates.pebble.PebbleEngineprotected final String -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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:
hoverLabelin interfaceTrace
-
showLegend
public boolean showLegend()- Specified by:
showLegendin interfaceTrace
-