-
@Immutable() public final class SkontoScreenColors
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSkontoScreenColors.Companion
-
Field Summary
Fields Modifier and Type Field Description private final ColorbackgroundColorprivate final GiniTopBarColorstopAppBarColorsprivate final SkontoInvoicePreviewSectionColorsinvoiceScanSectionColorsprivate final SkontoSectionColorsskontoSectionColorsprivate final WithoutSkontoSectionColorswithoutSkontoSectionColorsprivate final SkontoFooterSectionColorsfooterSectionColorsprivate final GiniDatePickerDialogColorsdatePickerColorprivate final SkontoInfoDialogColorsinfoDialogColors
-
Constructor Summary
Constructors Constructor Description SkontoScreenColors(Color backgroundColor, GiniTopBarColors topAppBarColors, SkontoInvoicePreviewSectionColors invoiceScanSectionColors, SkontoSectionColors skontoSectionColors, WithoutSkontoSectionColors withoutSkontoSectionColors, SkontoFooterSectionColors footerSectionColors, GiniDatePickerDialogColors datePickerColor, SkontoInfoDialogColors infoDialogColors)
-
Method Summary
Modifier and Type Method Description final ColorgetBackgroundColor()final GiniTopBarColorsgetTopAppBarColors()final SkontoInvoicePreviewSectionColorsgetInvoiceScanSectionColors()final SkontoSectionColorsgetSkontoSectionColors()final WithoutSkontoSectionColorsgetWithoutSkontoSectionColors()final SkontoFooterSectionColorsgetFooterSectionColors()final GiniDatePickerDialogColorsgetDatePickerColor()final SkontoInfoDialogColorsgetInfoDialogColors()-
-
Constructor Detail
-
SkontoScreenColors
SkontoScreenColors(Color backgroundColor, GiniTopBarColors topAppBarColors, SkontoInvoicePreviewSectionColors invoiceScanSectionColors, SkontoSectionColors skontoSectionColors, WithoutSkontoSectionColors withoutSkontoSectionColors, SkontoFooterSectionColors footerSectionColors, GiniDatePickerDialogColors datePickerColor, SkontoInfoDialogColors infoDialogColors)
-
-
Method Detail
-
getBackgroundColor
final Color getBackgroundColor()
-
getTopAppBarColors
final GiniTopBarColors getTopAppBarColors()
-
getInvoiceScanSectionColors
final SkontoInvoicePreviewSectionColors getInvoiceScanSectionColors()
-
getSkontoSectionColors
final SkontoSectionColors getSkontoSectionColors()
-
getWithoutSkontoSectionColors
final WithoutSkontoSectionColors getWithoutSkontoSectionColors()
-
getFooterSectionColors
final SkontoFooterSectionColors getFooterSectionColors()
-
getDatePickerColor
final GiniDatePickerDialogColors getDatePickerColor()
-
getInfoDialogColors
final SkontoInfoDialogColors getInfoDialogColors()
-
-
-
-