Class Up
- java.lang.Object
-
- tech.tablesaw.plotly.components.Component
-
- tech.tablesaw.plotly.components.threeD.Up
-
public class Up extends Component
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Up.UpBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
asJavascript()
protected Map<String,Object>
getContext()
protected Map<String,Object>
getJSONContext()
static Up.UpBuilder
upBuilder(double x, double y, double z)
-
Methods inherited from class tech.tablesaw.plotly.components.Component
asJavascript, asJSON, getEngine, toString
-
-
-
-
Field Detail
-
DEFAULT
public static final Up DEFAULT
-
-
Method Detail
-
upBuilder
public static Up.UpBuilder upBuilder(double x, double y, double z)
-
asJavascript
public String asJavascript()
- Specified by:
asJavascript
in classComponent
-
getJSONContext
protected Map<String,Object> getJSONContext()
- Overrides:
getJSONContext
in classComponent
-
getContext
protected Map<String,Object> getContext()
- Specified by:
getContext
in classComponent
-
-