Glyph |
Glyph.color(javafx.scene.paint.Color color) |
Sets the glyph color
|
static Glyph |
Glyph.create(String fontAndGlyph) |
Retrieve glyph by font name and glyph name using one string
where font name an glyph name are separated by pipe.
|
Glyph |
GlyphFont.create(char character) |
Creates an instance of Glyph using specified font character
|
Glyph |
GlyphFont.create(Enum<?> glyph) |
Creates an instance of Glyph using a known Glyph enum value
|
Glyph |
GlyphFont.create(String glyphName) |
Creates an instance of Glyph using glyph name
|
Glyph |
Glyph.duplicate() |
Allows glyph duplication.
|
Glyph |
Glyph.fontFamily(String fontFamily) |
Sets the glyph icon font family
|
Glyph |
Glyph.size(double size) |
Sets glyph size
|
Glyph |
Glyph.sizeFactor(int factor) |
Sets glyph size using size factor based on default font size
|
Glyph |
Glyph.useGradientEffect() |
Adds the gradient effect style
|
Glyph |
Glyph.useHoverEffect() |
Adds the hover effect style
|