IntelliJResourcePainterProvider

class IntelliJResourcePainterProvider<T> constructor(basePath: String, svgLoader: SvgLoader, pathPatcher: ResourcePathPatcher<T>, iconMapper: IconMapper) : ResourcePainterProvider<T>

Constructors

Link copied to clipboard
constructor(basePath: String, svgLoader: SvgLoader, pathPatcher: ResourcePathPatcher<T>, iconMapper: IconMapper)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun getPainter(resourceLoader: ResourceLoader, extraData: T?): State<Painter>
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String