-
public final class RedocOptionsTheme
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
RedocOptionsTheme.Builder
-
Field Summary
-
Constructor Summary
Constructors Constructor Description RedocOptionsTheme(Integer spacingUnit, Integer sectionHorizontal, Integer sectionVertical, String breakpointsSmall, String breakpointsMedium, String breakpointsLarge, Double colorsTonalOffset, String typographyFontSize, String typographyLineHeight, String typographyFontWeightRegular, String typographyFontWeightBold, String typographyFontWeightLight, String typographyFontFamily, String typographySmoothing, Boolean isTypographyOptimizeSpeed, String typographyHeadingsFontFamily, String typographyHeadingsFontWeight, String typographyHeadingsLineHeight, String typographyCodeFontSize, String typographyCodeFontFamily, String typographyCodeColor, String typographyCodeBackgroundColor, Boolean isTypographyCodeWrap, String menuWidth, String menuBackgroundColor, String menuTextColor, String menuGroupItemsTextTransform, String menuLevel1ItemsTextTransform, String menuArrowSize, String logoGutter, String rightPanelBackgroundColor, String rightPanelWidth, String rightPanelTextColor)
-
Method Summary
-
-
Constructor Detail
-
RedocOptionsTheme
RedocOptionsTheme(Integer spacingUnit, Integer sectionHorizontal, Integer sectionVertical, String breakpointsSmall, String breakpointsMedium, String breakpointsLarge, Double colorsTonalOffset, String typographyFontSize, String typographyLineHeight, String typographyFontWeightRegular, String typographyFontWeightBold, String typographyFontWeightLight, String typographyFontFamily, String typographySmoothing, Boolean isTypographyOptimizeSpeed, String typographyHeadingsFontFamily, String typographyHeadingsFontWeight, String typographyHeadingsLineHeight, String typographyCodeFontSize, String typographyCodeFontFamily, String typographyCodeColor, String typographyCodeBackgroundColor, Boolean isTypographyCodeWrap, String menuWidth, String menuBackgroundColor, String menuTextColor, String menuGroupItemsTextTransform, String menuLevel1ItemsTextTransform, String menuArrowSize, String logoGutter, String rightPanelBackgroundColor, String rightPanelWidth, String rightPanelTextColor)
-
-
Method Detail
-
getSpacingUnit
final Integer getSpacingUnit()
-
getSectionHorizontal
final Integer getSectionHorizontal()
-
getSectionVertical
final Integer getSectionVertical()
-
getBreakpointsSmall
final String getBreakpointsSmall()
-
getBreakpointsMedium
final String getBreakpointsMedium()
-
getBreakpointsLarge
final String getBreakpointsLarge()
-
getColorsTonalOffset
final Double getColorsTonalOffset()
-
getTypographyFontSize
final String getTypographyFontSize()
-
getTypographyLineHeight
final String getTypographyLineHeight()
-
getTypographyFontWeightRegular
final String getTypographyFontWeightRegular()
-
getTypographyFontWeightBold
final String getTypographyFontWeightBold()
-
getTypographyFontWeightLight
final String getTypographyFontWeightLight()
-
getTypographyFontFamily
final String getTypographyFontFamily()
-
getTypographySmoothing
final String getTypographySmoothing()
-
getIsTypographyOptimizeSpeed
final Boolean getIsTypographyOptimizeSpeed()
-
getTypographyHeadingsFontFamily
final String getTypographyHeadingsFontFamily()
-
getTypographyHeadingsFontWeight
final String getTypographyHeadingsFontWeight()
-
getTypographyHeadingsLineHeight
final String getTypographyHeadingsLineHeight()
-
getTypographyCodeFontSize
final String getTypographyCodeFontSize()
-
getTypographyCodeFontFamily
final String getTypographyCodeFontFamily()
-
getTypographyCodeColor
final String getTypographyCodeColor()
-
getTypographyCodeBackgroundColor
final String getTypographyCodeBackgroundColor()
-
getIsTypographyCodeWrap
final Boolean getIsTypographyCodeWrap()
-
getMenuWidth
final String getMenuWidth()
-
getMenuBackgroundColor
final String getMenuBackgroundColor()
-
getMenuTextColor
final String getMenuTextColor()
-
getMenuGroupItemsTextTransform
final String getMenuGroupItemsTextTransform()
-
getMenuLevel1ItemsTextTransform
final String getMenuLevel1ItemsTextTransform()
-
getMenuArrowSize
final String getMenuArrowSize()
-
getLogoGutter
final String getLogoGutter()
-
getRightPanelBackgroundColor
final String getRightPanelBackgroundColor()
-
getRightPanelWidth
final String getRightPanelWidth()
-
getRightPanelTextColor
final String getRightPanelTextColor()
-
-
-
-