20 package net.sf.gridarta.model.face;
22 import javax.swing.ImageIcon;
23 import org.jetbrains.annotations.NotNull;
24 import org.jetbrains.annotations.Nullable;
This interface represents a lazy loader that provides images on demand.
void reload()
Reload faces.
ImageIcon getImageIconForFacename(@NotNull String faceName, long stretch)
Get an image from this FaceProvider.