Package | Description |
---|---|
sc.fiji.snt.gui |
Customizations and commands for SNT's GUI.
|
Modifier and Type | Method and Description |
---|---|
static IconFactory.GLYPH |
IconFactory.GLYPH.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IconFactory.GLYPH[] |
IconFactory.GLYPH.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
IconFactory.applyIcon(AbstractButton button,
float iconSize,
IconFactory.GLYPH glyph) |
protected void |
SNTSearchableBar.formatButton(AbstractButton button,
IconFactory.GLYPH glyph) |
static JButton |
IconFactory.getButton(IconFactory.GLYPH glyph) |
static Icon |
IconFactory.getButtonIcon(IconFactory.GLYPH entry) |
static Icon |
IconFactory.getButtonIcon(IconFactory.GLYPH entry,
float scalingFactor) |
static Icon |
IconFactory.getIcon(IconFactory.GLYPH entry,
float size,
Color color)
Creates a new icon from a Font Awesome glyph.
|
static Icon |
IconFactory.getListIcon(IconFactory.GLYPH entry) |
static Icon |
IconFactory.getMenuIcon(IconFactory.GLYPH entry) |
static Icon |
IconFactory.getTabbedPaneIcon(IconFactory.GLYPH entry) |
static JMenuItem |
GuiUtils.menubarButton(IconFactory.GLYPH glyphIcon,
JMenuBar menuBar) |
Copyright © 2015–2021 Fiji. All rights reserved.