NamedImages

Functions

Link copied to clipboard
abstract operator fun get(name: String): Image?

Returns an Image with the given name at the default size.

abstract fun get(name: String, size: Int): Image?

Returns an Image with the given name at the requested size.

Link copied to clipboard

Returns another view of the same named images, with an additional feature : See ResizableNamedImages.getResizable.