Package tech.tablesaw.plotly.components
Class Font
- java.lang.Object
-
- tech.tablesaw.plotly.components.Component
-
- tech.tablesaw.plotly.components.Font
-
public class Font extends Component
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Font.Family
HTML font family - the typeface that will be applied by the web browser.static class
Font.FontBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
asJavascript()
static Font.FontBuilder
builder()
boolean
equals(Object o)
protected Map<String,Object>
getContext()
protected Map<String,Object>
getJSONContext()
int
hashCode()
-
Methods inherited from class tech.tablesaw.plotly.components.Component
asJavascript, asJSON, getEngine, toString
-
-
-
-
Method Detail
-
builder
public static Font.FontBuilder builder()
-
asJavascript
public String asJavascript()
- Specified by:
asJavascript
in classComponent
-
getContext
protected Map<String,Object> getContext()
- Specified by:
getContext
in classComponent
-
getJSONContext
protected Map<String,Object> getJSONContext()
- Overrides:
getJSONContext
in classComponent
-
-