object Crop

An object which collects a class and a objected related to cropping options.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Crop
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Options(clamp: Boolean = true, force: Boolean = false) extends Product with Serializable

    Case class encoding cropping options.

Value Members

  1. object Options extends Serializable

    The companion object for the Options type.

    The companion object for the Options type. Provides a default set of options.