OverlappingView

class OverlappingView(val span: Int, val size: Double, val idealSize: Double?)(source)

Represents the dimensions of a View within a collection of cells in a GridPanel.

Parameters

span

indicating how many rows/columns the View occupies

size

of the View (width or height)

idealSize

of the View (width or height)

Constructors

Link copied to clipboard
constructor(span: Int, size: Double, idealSize: Double?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val span: Int