case class Options(includePartial: Boolean, sampleType: PixelSampleType) extends Product with Serializable
A type encoding rasterizer options.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Options
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Options(includePartial: Boolean, sampleType: PixelSampleType)
Value Members
- val includePartial: Boolean
- val sampleType: PixelSampleType