| Package | Description |
|---|---|
| com.foreach.across.modules.bootstrapui.elements.icons |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleIconSet
An
SimpleIconSet that is made available on an IconSetRegistry |
| Modifier and Type | Method and Description |
|---|---|
static MutableIconSet |
IconSetRegistry.getIconSet(@NonNull String name)
Get's a registered
MutableIconSet from the collection so you can modify the iconSet
If you just want to render the icon take a look at the IconSet |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,MutableIconSet> |
IconSetRegistry.getAllIconSets()
Get all registered
MutableIconSet by name |
| Modifier and Type | Method and Description |
|---|---|
static void |
IconSetRegistry.addIconSet(@NonNull String name,
@NonNull MutableIconSet MutableIconSet)
Add an
MutableIconSet to the collection of IconSetRegistry |
Copyright © 2020. All rights reserved.