|
Gridarta Editor
|
Smoothing information for one face name. More...
Collaboration diagram for net.sf.gridarta.model.smoothface.SmoothFace:Public Member Functions | |
| String | getFace () |
| Returns the smoothed face. More... | |
| String | getValue () |
| Returns the smooth information. More... | |
| SmoothFace (@NotNull final String face, @NotNull final String value) | |
| Creates a new instance. More... | |
Private Attributes | |
| final String | face |
| The smoothed face. More... | |
| final String | value |
| The smooth information. More... | |
Smoothing information for one face name.
Definition at line 28 of file SmoothFace.java.
| net.sf.gridarta.model.smoothface.SmoothFace.SmoothFace | ( | @NotNull final String | face, |
| @NotNull final String | value | ||
| ) |
Creates a new instance.
| face | the smoothed face |
| value | the smooth information |
Definition at line 47 of file SmoothFace.java.
References net.sf.gridarta.model.smoothface.SmoothFace.face, and net.sf.gridarta.model.smoothface.SmoothFace.value.
| String net.sf.gridarta.model.smoothface.SmoothFace.getFace | ( | ) |
Returns the smoothed face.
Definition at line 57 of file SmoothFace.java.
References net.sf.gridarta.model.smoothface.SmoothFace.face.
Referenced by net.sf.gridarta.model.collectable.SmoothFacesCollectable.collect().
Here is the caller graph for this function:| String net.sf.gridarta.model.smoothface.SmoothFace.getValue | ( | ) |
Returns the smooth information.
Definition at line 66 of file SmoothFace.java.
References net.sf.gridarta.model.smoothface.SmoothFace.value.
Referenced by net.sf.gridarta.model.smoothface.SmoothFaces.add(), net.sf.gridarta.model.collectable.SmoothFacesCollectable.collect(), and net.sf.gridarta.model.smoothface.SmoothFaces.getSmoothFace().
Here is the caller graph for this function:
|
private |
The smoothed face.
Definition at line 34 of file SmoothFace.java.
Referenced by net.sf.gridarta.model.smoothface.SmoothFace.getFace(), and net.sf.gridarta.model.smoothface.SmoothFace.SmoothFace().
|
private |
The smooth information.
Definition at line 40 of file SmoothFace.java.
Referenced by net.sf.gridarta.model.smoothface.SmoothFace.getValue(), and net.sf.gridarta.model.smoothface.SmoothFace.SmoothFace().