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.ObjectMappermapper
-
Constructor Summary
Constructors Constructor Description Component()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description abstract StringasJavascript()Deprecated.protected StringasJavascript(String filename)StringasJSON()protected abstract Map<String,Object>getContext()Deprecated.protected io.pebbletemplates.pebble.PebbleEnginegetEngine()protected Map<String,Object>getJSONContext()StringtoString()
-
-
-
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()
-
-