|
Gridarta Editor
|
Common interface for FaceObject. More...
Inheritance diagram for net.sf.gridarta.model.face.FaceObject:
Collaboration diagram for net.sf.gridarta.model.face.FaceObject:Public Member Functions | |
| String | getAlternativeFaceName () |
| Returns the alternative face name for image.a.nnn faces. More... | |
| String | getFaceName () |
| Get the faceName, which is the name of the face as usable by the "face" attribute. More... | |
| String | getOriginalFilename () |
| Get the original filename of this face. More... | |
| boolean | isDouble () |
| Return whether this face is a double face. More... | |
| boolean | isUp () |
| Return whether this face is an up face. More... | |
Public Member Functions inherited from net.sf.gridarta.model.data.NamedObject | |
| String | getDisplayIconName () |
| Returns the face name of the display icon for this AbstractNamedObject. More... | |
| String | getName () |
| Get the name of this AbstractNamedObject. More... | |
| String | getPath () |
| Get the path of this AbstractNamedObject. More... | |
| void | setPath (@NotNull String path) |
| Set the path of this AbstractNamedObject. More... | |
| String | toString () |
Common interface for FaceObject.
Definition at line 30 of file FaceObject.java.
| String net.sf.gridarta.model.face.FaceObject.getAlternativeFaceName | ( | ) |
Returns the alternative face name for image.a.nnn faces.
Implemented in net.sf.gridarta.model.face.DefaultFaceObject.
Referenced by net.sf.gridarta.model.face.FaceObjectProviders.getFace().
Here is the caller graph for this function:| String net.sf.gridarta.model.face.FaceObject.getFaceName | ( | ) |
Get the faceName, which is the name of the face as usable by the "face" attribute.
Implemented in net.sf.gridarta.model.face.DefaultFaceObject.
Referenced by net.sf.gridarta.model.resource.AbstractResourcesReader< G >.addPNGFace(), net.sf.gridarta.model.face.DuplicateFaceException.DuplicateFaceException(), net.sf.gridarta.model.smoothface.SmoothFaces.getSmoothFace(), and net.sf.gridarta.model.face.DefaultFaceObjects.loadFacesCollection().
Here is the caller graph for this function:| String net.sf.gridarta.model.face.FaceObject.getOriginalFilename | ( | ) |
Get the original filename of this face.
Implemented in net.sf.gridarta.model.face.DefaultFaceObject.
Referenced by net.sf.gridarta.model.resource.AbstractResourcesReader< G >.addPNGFace(), and net.sf.gridarta.model.face.DuplicateFaceException.DuplicateFaceException().
Here is the caller graph for this function:| boolean net.sf.gridarta.model.face.FaceObject.isDouble | ( | ) |
Return whether this face is a double face.
Implemented in net.sf.gridarta.model.face.DefaultFaceObject.
Referenced by net.sf.gridarta.model.face.FaceObjectProviders.getFace().
Here is the caller graph for this function:| boolean net.sf.gridarta.model.face.FaceObject.isUp | ( | ) |
Return whether this face is an up face.
Implemented in net.sf.gridarta.model.face.DefaultFaceObject.