-
public class IconGenerator.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerSTYLE_DEFAULTprivate final IntegerSTYLE_WHITEprivate final IntegerSTYLE_REDprivate final IntegerSTYLE_BLUEprivate final IntegerSTYLE_GREENprivate final IntegerSTYLE_PURPLEprivate final IntegerSTYLE_ORANGEpublic final static IconGenerator.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final IntegergetSTYLE_DEFAULT()final IntegergetSTYLE_WHITE()final IntegergetSTYLE_RED()final IntegergetSTYLE_BLUE()final IntegergetSTYLE_GREEN()final IntegergetSTYLE_PURPLE()final IntegergetSTYLE_ORANGE()-
-
Method Detail
-
getSTYLE_DEFAULT
final Integer getSTYLE_DEFAULT()
-
getSTYLE_WHITE
final Integer getSTYLE_WHITE()
-
getSTYLE_RED
final Integer getSTYLE_RED()
-
getSTYLE_BLUE
final Integer getSTYLE_BLUE()
-
getSTYLE_GREEN
final Integer getSTYLE_GREEN()
-
getSTYLE_PURPLE
final Integer getSTYLE_PURPLE()
-
getSTYLE_ORANGE
final Integer getSTYLE_ORANGE()
-
-
-
-