Class ScanbotTheme
-
- All Implemented Interfaces:
public final class ScanbotTheme
-
-
Field Summary
Fields Modifier and Type Field Description private final Palette
palette
private final ScanbotTypography
typography
private final Localization
localization
-
Constructor Summary
Constructors Constructor Description ScanbotTheme(Palette palette, ScanbotTypography typography, Localization localization)
-
Method Summary
Modifier and Type Method Description final Palette
getPalette()
final ScanbotTypography
getTypography()
final Localization
getLocalization()
final <Error class: unknown class>
getColorBy(String name)
-
-
Constructor Detail
-
ScanbotTheme
ScanbotTheme(Palette palette, ScanbotTypography typography, Localization localization)
-
-
Method Detail
-
getPalette
final Palette getPalette()
-
getTypography
final ScanbotTypography getTypography()
-
getLocalization
final Localization getLocalization()
-
getColorBy
final <Error class: unknown class> getColorBy(String name)
-
-
-
-