intellij-randomness / icons / RandomnessIcons

RandomnessIcons

enum class RandomnessIcons

All Randomness icons.

Parameters

base - the path to the basic icon for the data type

array - the path to the array variant of the basic icon

repeat - the path to the repeat variant of the basic icon

repeatArray - the path to the repeat array variant of the basic icon

settings - the path to the settings variant of the basic icon

quickSwitchScheme - the path to the quick switch scheme variant of the basic icon

Enum Values

Decimal

Icons for decimals.

Integer

Icons for integers.

String

Icons for strings.

Word

Icons for words.

Uuid

Icons for UUIDs.

Data

Basic icons.

Properties

Array

val Array: Icon

The array variant of the basic icon.

Base

val Base: Icon

The basic icon for the data type.

QuickSwitchScheme

val QuickSwitchScheme: Icon

The quick switch scheme variant of the basic icon.

Repeat

val Repeat: Icon

The repeat variant of the basic icon.

RepeatArray

val RepeatArray: Icon

The repeat array variant of the basic icon.

Settings

val Settings: Icon

The settings variant of the basic icon.