public final boolean isSmooth ()

Indicates whether to use a better quality filtering algorithm or a faster one when scaling this image to fit within the bounding box provided by width and height.

If not initialized or set to true a better quality filtering will be used, otherwise a faster but lesser quality filtering will be used.

Returns:  true if a better quality (but slower) filtering algorithm is used for scaling to fit within the bounding box provided by width and height.