case class Grid(numRows: Int, numCols: Int, rs: Seq[Drawable], bottomPadding: Double = 0, rightPadding: Double = 0) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Grid
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Grid(numRows: Int, numCols: Int, rs: Seq[Drawable], bottomPadding: Double = 0, rightPadding: Double = 0)

Value Members

  1. def apply(row: Int)(col: Int): Drawable
  2. val bottomPadding: Double
  3. def drawable: Drawable
  4. val numCols: Int
  5. val numRows: Int
  6. def productElementNames: Iterator[String]
    Definition Classes
    Product
  7. val rightPadding: Double
  8. val rs: Seq[Drawable]