public class IconFactory
extends java.lang.Object
FADerivedIcon
s presets.Modifier and Type | Class and Description |
---|---|
static class |
IconFactory.GLYPH |
Constructor and Description |
---|
IconFactory() |
Modifier and Type | Method and Description |
---|---|
static void |
applyIcon(javax.swing.AbstractButton button,
float iconSize,
IconFactory.GLYPH glyph) |
static javax.swing.JButton |
getButton(IconFactory.GLYPH glyph) |
static javax.swing.Icon |
getButtonIcon(IconFactory.GLYPH entry) |
static javax.swing.Icon |
getButtonIcon(IconFactory.GLYPH entry,
float scalingFactor) |
static javax.swing.Icon |
getIcon(IconFactory.GLYPH entry,
float size,
java.awt.Color color)
Creates a new icon from a Font Awesome glyph.
|
static javax.swing.Icon |
getListIcon(IconFactory.GLYPH entry) |
static javax.swing.Icon |
getMenuIcon(IconFactory.GLYPH entry) |
static javax.swing.Icon |
getTabbedPaneIcon(IconFactory.GLYPH entry) |
public static javax.swing.Icon getIcon(IconFactory.GLYPH entry, float size, java.awt.Color color)
entry
- the glyph defining the icon's unicode IDsize
- the icon's sizecolor
- the icon's colorpublic static javax.swing.JButton getButton(IconFactory.GLYPH glyph)
public static void applyIcon(javax.swing.AbstractButton button, float iconSize, IconFactory.GLYPH glyph)
public static javax.swing.Icon getButtonIcon(IconFactory.GLYPH entry, float scalingFactor)
public static javax.swing.Icon getButtonIcon(IconFactory.GLYPH entry)
public static javax.swing.Icon getTabbedPaneIcon(IconFactory.GLYPH entry)
public static javax.swing.Icon getMenuIcon(IconFactory.GLYPH entry)
public static javax.swing.Icon getListIcon(IconFactory.GLYPH entry)