-
public final class ShowkaseElementsMetadata
-
-
Field Summary
Fields Modifier and Type Field Description private final List<ShowkaseBrowserComponent>componentListprivate final List<ShowkaseBrowserColor>colorListprivate final List<ShowkaseBrowserTypography>typographyList
-
Constructor Summary
Constructors Constructor Description ShowkaseElementsMetadata(List<ShowkaseBrowserComponent> componentList, List<ShowkaseBrowserColor> colorList, List<ShowkaseBrowserTypography> typographyList)
-
Method Summary
Modifier and Type Method Description final List<ShowkaseBrowserComponent>getComponentList()final List<ShowkaseBrowserColor>getColorList()final List<ShowkaseBrowserTypography>getTypographyList()-
-
Constructor Detail
-
ShowkaseElementsMetadata
ShowkaseElementsMetadata(List<ShowkaseBrowserComponent> componentList, List<ShowkaseBrowserColor> colorList, List<ShowkaseBrowserTypography> typographyList)
-
-
Method Detail
-
getComponentList
final List<ShowkaseBrowserComponent> getComponentList()
-
getColorList
final List<ShowkaseBrowserColor> getColorList()
-
getTypographyList
final List<ShowkaseBrowserTypography> getTypographyList()
-
-
-
-