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 |
---|---|---|
java.lang.String |
asJavascript() |
|
static Font.FontBuilder |
builder() |
|
boolean |
equals(java.lang.Object o) |
|
int |
hashCode() |
public static Font.FontBuilder builder()
public java.lang.String asJavascript()
asJavascript
in class Component
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2018. All rights reserved.