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