PainterHintsProvider

@Immutable
interface PainterHintsProvider

Provides hints to a PainterProvider.

See also

org.jetbrains.jewel.intui.core.IntUiPainterHintsProvider
org.jetbrains.jewel.intui.standalone.StandalonePainterHintsProvider

Inheritors

Functions

Link copied to clipboard
@Composable
abstract fun hints(path: String): List<PainterHint>

These hints will be consumed after the hints which are passed as a parameter to PainterProvider.getPainter.

Link copied to clipboard
@Composable
open fun priorityHints(path: String): List<PainterHint>

These hints will be consumed before the hints which are passed as a parameter to PainterProvider.getPainter.