case class Options(clamp: Boolean = true, force: Boolean = false) extends Product with Serializable
Case class encoding cropping options.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Options
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All