ScalingMethod

smile.Settings.ScalingMethod
enum ScalingMethod(val value: Int)

Enumeration of the different methods used for scaling of bitmaps. See java.awt.Image for details.

Attributes

Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

case case AreaAveraging extends ScalingMethod
case case Fast extends ScalingMethod
case case NearestNeighbor extends ScalingMethod
case case Smooth extends ScalingMethod