Image

Inheritors

Functions

Link copied to clipboard
abstract override fun toString(): String

Converts this entity to a string using the io.github.ydwk.ydwk.util.EntityToStringBuilder.

Properties

Link copied to clipboard
abstract val height: Int?

The height of this image.

Link copied to clipboard
abstract val json: JsonNode

The json representation of this entity.

Link copied to clipboard
abstract val proxyUrl: URL?

The proxy url of this image.

Link copied to clipboard
abstract val url: URL

The url of this image.

Link copied to clipboard
abstract val width: Int?

The width of this image.

Link copied to clipboard
abstract val yde: YDE

The main YDE instance.