PlotCell

data class PlotCell(id: String, plot: Plot, row: Int, col: Int, width: Int)

Properties

col
Link copied to clipboard
val col: Int
id
Link copied to clipboard
val id: String
plot
Link copied to clipboard
val plot: Plot
row
Link copied to clipboard
val row: Int
width
Link copied to clipboard
val width: Int = 1