Package tech.tablesaw.plotly.components
Class Font.FontBuilder
- java.lang.Object
-
- tech.tablesaw.plotly.components.Font.FontBuilder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Font
build()
Font.FontBuilder
color(String color)
Font.FontBuilder
family(Font.Family family)
Font.FontBuilder
size(int size)
-
-
-
Method Detail
-
size
public Font.FontBuilder size(int size)
-
color
public Font.FontBuilder color(String color)
-
family
public Font.FontBuilder family(Font.Family family)
-
build
public Font build()
-
-