public abstract class AbstractTrace extends Object implements Trace
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractTrace.Visibility |
| Modifier and Type | Field and Description |
|---|---|
protected static double |
DEFAULT_OPACITY |
protected static boolean |
DEFAULT_SHOW_LEGEND |
protected static AbstractTrace.Visibility |
DEFAULT_VISIBILITY |
protected com.mitchellbosecke.pebble.PebbleEngine |
engine |
protected String |
type |
| Constructor and Description |
|---|
AbstractTrace(TraceBuilder builder) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
getContext() |
HoverLabel |
hoverLabel() |
String |
name() |
boolean |
showLegend() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitasJavascriptprotected static final double DEFAULT_OPACITY
protected static final AbstractTrace.Visibility DEFAULT_VISIBILITY
protected static final boolean DEFAULT_SHOW_LEGEND
protected final com.mitchellbosecke.pebble.PebbleEngine engine
protected final String type
public AbstractTrace(TraceBuilder builder)
public HoverLabel hoverLabel()
hoverLabel in interface Tracepublic boolean showLegend()
showLegend in interface TraceCopyright © 2019. All rights reserved.