Package tech.tablesaw.plotly.components
Class Layout
- java.lang.Object
-
- tech.tablesaw.plotly.components.Layout
-
public class Layout extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLayout.BarModeDetermines the display mode for bars when you have multiple bar traces.static classLayout.DragModeDetermines the mode of drag interactions.static classLayout.HoverModeDetermines the mode of hover interactions.static classLayout.LayoutBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringasJavascript()static Layout.LayoutBuilderbuilder()static Layout.LayoutBuilderbuilder(String title)static Layout.LayoutBuilderbuilder(String title, String xTitle)static Layout.LayoutBuilderbuilder(String title, String xTitle, String yTitle)protected Map<String,Object>getContext()StringgetTitle()
-
-
-
Method Detail
-
getTitle
public String getTitle()
-
asJavascript
public String asJavascript()
-
builder
public static Layout.LayoutBuilder builder()
-
builder
public static Layout.LayoutBuilder builder(String title)
-
builder
public static Layout.LayoutBuilder builder(String title, String xTitle)
-
builder
public static Layout.LayoutBuilder builder(String title, String xTitle, String yTitle)
-
-