Uses of Class
org.controlsfx.glyphfont.Glyph
Packages that use Glyph
Package
Description
A package containing a number of useful code related to loading and using
font packs whose characters are actually images.
-
Uses of Glyph in org.controlsfx.glyphfont
Methods in org.controlsfx.glyphfont that return GlyphModifier and TypeMethodDescriptionGlyph.color(javafx.scene.paint.Color color) Sets the glyph colorstatic GlyphRetrieve glyph by font name and glyph name using one string where font name an glyph name are separated by pipe.GlyphFont.create(char character) Creates an instance ofGlyphusing specified font characterCreates an instance ofGlyphusing a known Glyph enum valueCreates an instance ofGlyphusing glyph nameGlyph.duplicate()Allows glyph duplication.Glyph.fontFamily(String fontFamily) Sets the glyph icon font familyGlyph.size(double size) Sets glyph sizeGlyph.sizeFactor(int factor) Sets glyph size using size factor based on default font sizeGlyph.useGradientEffect()Adds the gradient effect styleGlyph.useHoverEffect()Adds the hover effect style