20 package net.sf.gridarta.model.face;
25 import org.jetbrains.annotations.NotNull;
The data package contains classes for handling data that is organized in a tree.
This class manages NamedObjects, managing their tree as well as providing a method for showing a dial...
int size()
Get the number of objects.
This interface represents a lazy loader that provides images on demand.
FaceProvider loadFacesCollection(@NotNull ErrorView errorView, @NotNull File collectedDirectory)
Loads all faces from a png collection file.
Interface for classes displaying error messages.
Base package of all Gridarta classes.
void addFaceObject(String faceName, String originalFilename, int offset, int size)
Adds a new face object.
Exception that's thrown in case a face name was not unique.
Exception thrown to indicate that a face object is not acceptable.
FaceObjects is a container for FaceObjects.
boolean isIncludeFaceNumbers()
Returns whether the images file contains face numbers.