Result

class Result<T>(val maxWidth: Double, val maxHeight: Double, val items: List<Pair<T, Rectangle?>>)

Constructors

Link copied to clipboard
constructor(maxWidth: Double, maxHeight: Double, items: List<Pair<T, Rectangle?>>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard