Package tech.tablesaw.plotly.components
Class ColorBar
- java.lang.Object
-
- tech.tablesaw.plotly.components.Component
-
- tech.tablesaw.plotly.components.ColorBar
-
public class ColorBar extends Component
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classColorBar.ColorBarBuilderstatic classColorBar.LenModestatic classColorBar.ThicknessModeDetermines whether this color bar's thickness (i.e.static classColorBar.Xanchorstatic classColorBar.Yanchor
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringasJavascript()static ColorBar.ColorBarBuilderbuilder()protected Map<String,Object>getContext()-
Methods inherited from class tech.tablesaw.plotly.components.Component
asJavascript, asJSON, getEngine, getJSONContext, toString
-
-
-
-
Method Detail
-
asJavascript
public String asJavascript()
- Specified by:
asJavascriptin classComponent
-
getContext
protected Map<String,Object> getContext()
- Specified by:
getContextin classComponent
-
builder
public static ColorBar.ColorBarBuilder builder()
-
-