case object DefaultResizer extends Product with Serializable
- Source
- Resizer.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DefaultResizer
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def apply(resizerConfig: Config): DefaultResizer
Creates a new DefaultResizer from the given configuration
- def fromConfig(resizerConfig: Config): [DefaultResizer]
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product