20 package net.sf.gridarta.model.smoothface;
22 import org.jetbrains.annotations.NotNull;
47 public SmoothFace(@NotNull
final String face, @NotNull
final String value) {
String getFace()
Returns the smoothed face.
SmoothFace(@NotNull final String face, @NotNull final String value)
Creates a new instance.
Smoothing information for one face name.
final String value
The smooth information.
String getValue()
Returns the smooth information.
final String face
The smoothed face.