|
Gridarta Editor
|
A FaceObjects for regression tests. More...
Inheritance diagram for net.sf.gridarta.model.face.TestFaceObjects:
Collaboration diagram for net.sf.gridarta.model.face.TestFaceObjects:Public Member Functions | |
| boolean | isIncludeFaceNumbers () |
| Returns whether the images file contains face numbers. More... | |
| FaceProvider | loadFacesCollection (@NotNull final ErrorView errorView, @NotNull final File collectedDirectory) |
| Loads all faces from a png collection file. More... | |
| TestFaceObjects () | |
| Creates a new instance. More... | |
Public Member Functions inherited from net.sf.gridarta.model.face.AbstractFaceObjects | |
| 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... | |
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... | |
Static Private Attributes | |
| static final long | serialVersionUID = 1L |
| The serial version UID. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from net.sf.gridarta.model.face.AbstractFaceObjects | |
| 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... | |
A FaceObjects for regression tests.
Definition at line 30 of file TestFaceObjects.java.
| net.sf.gridarta.model.face.TestFaceObjects.TestFaceObjects | ( | ) |
Creates a new instance.
Definition at line 40 of file TestFaceObjects.java.
| boolean net.sf.gridarta.model.face.TestFaceObjects.isIncludeFaceNumbers | ( | ) |
Returns whether the images file contains face numbers.
Implements net.sf.gridarta.model.face.FaceObjects.
Definition at line 51 of file TestFaceObjects.java.
| FaceProvider net.sf.gridarta.model.face.TestFaceObjects.loadFacesCollection | ( | @NotNull final ErrorView | errorView, |
| @NotNull final File | collectedDirectory | ||
| ) |
Loads all faces from a png collection file.
| errorView | the error view for reporting errors |
| collectedDirectory | directory to load from |
Implements net.sf.gridarta.model.face.FaceObjects.
Definition at line 46 of file TestFaceObjects.java.
|
staticprivate |
The serial version UID.
Definition at line 35 of file TestFaceObjects.java.