-
public final class ShowkaseBrowserTypography
-
-
Field Summary
Fields Modifier and Type Field Description private final StringtypographyGroupprivate final StringtypographyNameprivate final StringtypographyKDocprivate final TextStyletextStyle
-
Constructor Summary
Constructors Constructor Description ShowkaseBrowserTypography(String typographyGroup, String typographyName, String typographyKDoc, TextStyle textStyle)
-
Method Summary
Modifier and Type Method Description final StringgetTypographyGroup()final StringgetTypographyName()final StringgetTypographyKDoc()final TextStylegetTextStyle()-
-
Method Detail
-
getTypographyGroup
final String getTypographyGroup()
-
getTypographyName
final String getTypographyName()
-
getTypographyKDoc
final String getTypographyKDoc()
-
getTextStyle
final TextStyle getTextStyle()
-
-
-
-