| Constructor and Description |
|---|
DefaultIconSet(String id,
String path,
ClassLoader classLoader,
Application app) |
DefaultIconSet(String id,
String path,
ClassLoader classLoader,
IconTransform initIconTransform,
Application app) |
DefaultIconSet(String id,
String path,
String type,
ClassLoader classLoader,
Application app) |
DefaultIconSet(String id,
String path,
String type,
ClassLoader classLoader,
IconTransform initIconTransform,
Application app) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBasePath() |
ClassLoader |
getClassLoader() |
AppImage |
getIcon(String id,
IconConfig size) |
String |
getId() |
String |
getPath() |
public DefaultIconSet(String id, String path, ClassLoader classLoader, Application app)
public DefaultIconSet(String id, String path, String type, ClassLoader classLoader, Application app)
public DefaultIconSet(String id, String path, ClassLoader classLoader, IconTransform initIconTransform, Application app)
public DefaultIconSet(String id, String path, String type, ClassLoader classLoader, IconTransform initIconTransform, Application app)
public String getPath()
public String getBasePath()
public ClassLoader getClassLoader()
public AppImage getIcon(String id, IconConfig size)
Copyright © 2021 vpc open source initiative. All rights reserved.