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 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, wait
asJavascript
protected static final double DEFAULT_OPACITY
protected static final AbstractTrace.Visibility DEFAULT_VISIBILITY
protected final com.mitchellbosecke.pebble.PebbleEngine engine
protected final String type
public AbstractTrace(TraceBuilder builder)
public HoverLabel hoverLabel()
hoverLabel
in interface Trace
public boolean showLegend()
showLegend
in interface Trace
Copyright © 2019. All rights reserved.