public final class GlyphFactory extends Object
Glyph g = GlyphFactory.create(FontAwesome.Glyph.CLOSE);
g.setTextFill(Color.RED);
Button button = new Button("", g);
| Modifier and Type | Method and Description |
|---|---|
static org.controlsfx.glyphfont.Glyph |
create(org.controlsfx.glyphfont.FontAwesome.Glyph icon)
Creates a glyph for given identifier
|
Copyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.