Gridarta Editor
net.sf.gridarta.model.smoothface.SmoothFace Class Reference

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...
 

Detailed Description

Smoothing information for one face name.

Author
Andreas Kirschbaum

Definition at line 28 of file SmoothFace.java.

Constructor & Destructor Documentation

◆ SmoothFace()

net.sf.gridarta.model.smoothface.SmoothFace.SmoothFace ( @NotNull final String  face,
@NotNull final String  value 
)

Creates a new instance.

Parameters
facethe smoothed face
valuethe 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.

Member Function Documentation

◆ getFace()

String net.sf.gridarta.model.smoothface.SmoothFace.getFace ( )

Returns the smoothed face.

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:

◆ getValue()

String net.sf.gridarta.model.smoothface.SmoothFace.getValue ( )

Returns the smooth information.

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:

Member Data Documentation

◆ face

final String net.sf.gridarta.model.smoothface.SmoothFace.face
private

◆ value

final String net.sf.gridarta.model.smoothface.SmoothFace.value
private

The documentation for this class was generated from the following file: