 |
Gridarta Editor
|
Go to the documentation of this file.
20 package net.sf.gridarta.model.face;
25 import org.jetbrains.annotations.NotNull;
This interface represents a lazy loader that provides images on demand.
Base package of all Gridarta classes.
int size()
Get the number of objects.
Interface for classes displaying error messages.
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.
Classes for handling data that is organized in a tree.
void addFaceObject(@NotNull String faceName, @NotNull String originalFilename, int offset, int size)
Adds a new face object.
Exception that's thrown in case a face name was not unique.
FaceProvider loadFacesCollection(@NotNull ErrorView errorView, @NotNull File collectedDirectory)
Loads all faces from a png collection file.
This class manages NamedObjects, managing their tree as well as providing a method for showing a dial...