Package tech.tablesaw.plotly.components
Class Component
- java.lang.Object
-
- tech.tablesaw.plotly.components.Component
-
-
Field Summary
Fields Modifier and Type Field Description protected static com.fasterxml.jackson.databind.ObjectMapper
mapper
-
Constructor Summary
Constructors Constructor Description Component()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description abstract String
asJavascript()
Deprecated.protected String
asJavascript(String filename)
String
asJSON()
protected abstract Map<String,Object>
getContext()
Deprecated.protected io.pebbletemplates.pebble.PebbleEngine
getEngine()
protected Map<String,Object>
getJSONContext()
String
toString()
-
-
-
Method Detail
-
getEngine
protected io.pebbletemplates.pebble.PebbleEngine getEngine()
-
asJavascript
@Deprecated public abstract String asJavascript()
Deprecated.
-
getContext
@Deprecated protected abstract Map<String,Object> getContext()
Deprecated.
-
asJSON
public String asJSON()
-
-