public interface FaceProvider
| Modifier and Type | Method and Description |
|---|---|
javax.swing.ImageIcon |
getImageIconForFacename(java.lang.String faceName,
long stretch)
Get an image from this FaceProvider.
|
void |
reload()
Reload faces.
|
@Nullable
javax.swing.ImageIcon getImageIconForFacename(@NotNull
java.lang.String faceName,
long stretch)
faceName - face name to get image for, excluding path and endingvoid reload()