case class CellSize(width: Double, height: Double) extends Product with Serializable
A case class containing the width and height of a cell.
- width
The width of a cell
- height
The height of a cell
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CellSize
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All