public class Font extends Component
| 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 |
| 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() |
asJavascript, asJSON, getEngine, toStringpublic static Font.FontBuilder builder()
public String asJavascript()
asJavascript in class Componentprotected Map<String,Object> getContext()
getContext in class Componentprotected Map<String,Object> getJSONContext()
getJSONContext in class ComponentCopyright © 2021. All rights reserved.