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.
ImageIcon getImageIconForFacename(@NotNull final String faceName, final long stretch)
Get an image from this FaceProvider.
A FaceProvider that does not return any faces.
void reload()
Reload faces.