![]() |
Gridarta Editor
|
A FaceProvider that does not return any faces. More...
Public Member Functions | |
ImageIcon | getImageIconForFacename (@NotNull final String faceName, final long stretch) |
Get an image from this FaceProvider. More... | |
void | reload () |
Reload faces. More... | |
A FaceProvider that does not return any faces.
Definition at line 30 of file EmptyFaceProvider.java.
ImageIcon net.sf.gridarta.model.face.EmptyFaceProvider.getImageIconForFacename | ( | @NotNull final String | faceName, |
final long | stretch | ||
) |
Get an image from this FaceProvider.
faceName | face name to get image for, excluding path and ending |
Implements net.sf.gridarta.model.face.FaceProvider.
Definition at line 34 of file EmptyFaceProvider.java.
void net.sf.gridarta.model.face.EmptyFaceProvider.reload | ( | ) |
Reload faces.
This method does not really immediately reload all faces, lazy loading is allowed. But all old face information definitely is flushed, so in case the files on hard disk have changed, they will be freshly loaded from hard disk.
Implements net.sf.gridarta.model.face.FaceProvider.
Definition at line 39 of file EmptyFaceProvider.java.