Class Eye
- java.lang.Object
-
- tech.tablesaw.plotly.components.Component
-
- tech.tablesaw.plotly.components.threeD.Eye
-
public class Eye extends Component
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEye.EyeBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringasJavascript()static Eye.EyeBuildereyeBuilder(double x, double y, double z)protected Map<String,Object>getContext()protected Map<String,Object>getJSONContext()-
Methods inherited from class tech.tablesaw.plotly.components.Component
asJavascript, asJSON, getEngine, toString
-
-
-
-
Method Detail
-
eyeBuilder
public static Eye.EyeBuilder eyeBuilder(double x, double y, double z)
-
asJavascript
public String asJavascript()
- Specified by:
asJavascriptin classComponent
-
getJSONContext
protected Map<String,Object> getJSONContext()
- Overrides:
getJSONContextin classComponent
-
getContext
protected Map<String,Object> getContext()
- Specified by:
getContextin classComponent
-
-