PaintingVariant

@CataloguedBy(catalogue = PaintingVariants::class)
interface PaintingVariant : Keyed

A variant of a painting.

This determines what image will actually appear on the painting when it is rendered by the client.

Functions

Link copied to clipboard
@NotNull
abstract fun key(): @NotNull Key

Properties

Link copied to clipboard
@get:JvmName(name = "height")
abstract val height: Int

The height of the image.

Link copied to clipboard
@get:JvmName(name = "width")
abstract val width: Int

The width of the image.