SizedIcons

inner class SizedIcons(val size: Int) : NamedImages

Constructors

Link copied to clipboard
constructor(size: Int)

Properties

Link copied to clipboard
val size: Int

Functions

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

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

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

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

Link copied to clipboard
fun names(): List<String>
Link copied to clipboard
open override fun resizableNamedImages(sizeProperty: IntProperty): Icons.ResizableIcons

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

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