public abstract static class StyleElements.FontElement extends Object implements StyleElements.StyleElement
| Constructor and Description |
|---|
FontElement(String label) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(StyleElements.StyleElementVisitor visitor) |
abstract Font |
get() |
String |
getLabel() |
Font |
getValue() |
void |
onSet(Consumer<Font> set) |
abstract void |
set(Font font) |
void |
update() |
public FontElement(String label)
public Font getValue()
public String getLabel()
public void accept(StyleElements.StyleElementVisitor visitor)
accept in interface StyleElements.StyleElementpublic abstract Font get()
public abstract void set(Font font)
public void update()
update in interface StyleElements.StyleElementCopyright © 2015–2021 Fiji. All rights reserved.