|
Gridarta Editor
|
Abstract base class for FaceObjects implementations. More...
Inheritance diagram for net.sf.gridarta.model.face.AbstractFaceObjects:
Collaboration diagram for net.sf.gridarta.model.face.AbstractFaceObjects:Public Member Functions | |
| void | addFaceObject (@NotNull final String faceName, @NotNull final String originalFilename, final int offset, final int size) throws DuplicateFaceException, IllegalFaceException |
Public Member Functions inherited from net.sf.gridarta.model.data.AbstractNamedObjects< E extends NamedObject > | |
| boolean | containsKey (@NotNull final String name) |
| E | get (@NotNull final String objectName) |
| String | getName () |
| NamedTreeNode< E > | getTreeRoot () |
| Iterator< E > | iterator () |
| int | size () |
Public Member Functions inherited from net.sf.gridarta.model.data.NamedObjects< E > | |
| boolean | containsKey ( @NotNull String name) |
| Check whether an object is defined. More... | |
| E | get ( @NotNull String objectName) |
| Gets a AbstractNamedObject. More... | |
| String | getName () |
| Returns the tree name. More... | |
| NamedTreeNode< E > | getTreeRoot () |
| Get the object tree root. More... | |
| Iterator< E > | iterator () |
| NamedObjects are iterated in Unicode (=case sensitive ASCII) order. More... | |
| int | size () |
| Get the number of objects. More... | |
Public Member Functions inherited from net.sf.gridarta.model.face.FaceObjects | |
| void | addFaceObject (String faceName, String originalFilename, int offset, int size) throws DuplicateFaceException, IllegalFaceException |
| Adds a new face object. More... | |
| boolean | isIncludeFaceNumbers () |
| Returns whether the images file contains face numbers. More... | |
| FaceProvider | loadFacesCollection (@NotNull ErrorView errorView, @NotNull File collectedDirectory) |
| Loads all faces from a png collection file. More... | |
Public Member Functions inherited from net.sf.gridarta.model.data.NamedObjects< E extends NamedObject > | |
| boolean | containsKey (@NotNull String name) |
| Check whether an object is defined. More... | |
| E | get (@NotNull String objectName) |
| Gets a AbstractNamedObject. More... | |
| String | getName () |
| Returns the tree name. More... | |
| NamedTreeNode< E > | getTreeRoot () |
| Get the object tree root. More... | |
| Iterator< E > | iterator () |
| NamedObjects are iterated in Unicode (=case sensitive ASCII) order. More... | |
| int | size () |
| Get the number of objects. More... | |
Protected Member Functions | |
| AbstractFaceObjects (@NotNull final String name) | |
| Creates a new instance. More... | |
Protected Member Functions inherited from net.sf.gridarta.model.data.AbstractNamedObjects< E extends NamedObject > | |
| AbstractNamedObjects (final String name) | |
| Create a NamedObjects instance. More... | |
| void | put (@NotNull final E object) throws IllegalNamedObjectException |
| Store a AbstractNamedObject. More... | |
Static Private Attributes | |
| static final long | serialVersionUID = 1L |
| The serial version UID. More... | |
Abstract base class for FaceObjects implementations.
Definition at line 31 of file AbstractFaceObjects.java.
|
protected |
Creates a new instance.
| name | localized name of the object type, e.g. used in dialogs |
Definition at line 42 of file AbstractFaceObjects.java.
| void net.sf.gridarta.model.face.AbstractFaceObjects.addFaceObject | ( | @NotNull final String | faceName, |
| @NotNull final String | originalFilename, | ||
| final int | offset, | ||
| final int | size | ||
| ) | throws DuplicateFaceException, IllegalFaceException |
Definition at line 47 of file AbstractFaceObjects.java.
References net.sf.gridarta.model.data.AbstractNamedObjects< E extends NamedObject >.put(), and net.sf.gridarta.model.data.AbstractNamedObjects< E extends NamedObject >.size().
Referenced by net.sf.gridarta.model.face.DefaultFaceObjects.loadFacesCollection().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticprivate |
The serial version UID.
Definition at line 36 of file AbstractFaceObjects.java.