-
public final class RedocOptionsTheme.Builder
-
-
Constructor Summary
Constructors Constructor Description RedocOptionsTheme.Builder()
-
Method Summary
-
-
Method Detail
-
setSpacingUnit
final RedocOptionsTheme.Builder setSpacingUnit(Integer spacingUnit)
-
setSectionHorizontal
final RedocOptionsTheme.Builder setSectionHorizontal(Integer sectionHorizontal)
-
setSectionVertical
final RedocOptionsTheme.Builder setSectionVertical(Integer sectionVertical)
-
setBreakpointsSmall
final RedocOptionsTheme.Builder setBreakpointsSmall(String breakpointsSmall)
-
setBreakpointsMedium
final RedocOptionsTheme.Builder setBreakpointsMedium(String breakpointsMedium)
-
setBreakpointsLarge
final RedocOptionsTheme.Builder setBreakpointsLarge(String breakpointsLarge)
-
setColorsTonalOffset
final RedocOptionsTheme.Builder setColorsTonalOffset(Double colorsTonalOffset)
-
setTypographyFontSize
final RedocOptionsTheme.Builder setTypographyFontSize(String typographyFontSize)
-
setTypographyLineHeight
final RedocOptionsTheme.Builder setTypographyLineHeight(String typographyLineHeight)
-
setTypographyFontWeightRegular
final RedocOptionsTheme.Builder setTypographyFontWeightRegular(String typographyFontWeightRegular)
-
setTypographyFontWeightBold
final RedocOptionsTheme.Builder setTypographyFontWeightBold(String typographyFontWeightBold)
-
setTypographyFontWeightLight
final RedocOptionsTheme.Builder setTypographyFontWeightLight(String typographyFontWeightLight)
-
setTypographyFontFamily
final RedocOptionsTheme.Builder setTypographyFontFamily(String typographyFontFamily)
-
setTypographySmoothing
final RedocOptionsTheme.Builder setTypographySmoothing(String typographySmoothing)
-
setTypographyOptimizeSpeed
final RedocOptionsTheme.Builder setTypographyOptimizeSpeed(Boolean typographyOptimizeSpeed)
-
setTypographyHeadingsFontFamily
final RedocOptionsTheme.Builder setTypographyHeadingsFontFamily(String typographyHeadingsFontFamily)
-
setTypographyHeadingsFontWeight
final RedocOptionsTheme.Builder setTypographyHeadingsFontWeight(String typographyHeadingsFontWeight)
-
setTypographyHeadingsLineHeight
final RedocOptionsTheme.Builder setTypographyHeadingsLineHeight(String typographyHeadingsLineHeight)
-
setTypographyCodeFontSize
final RedocOptionsTheme.Builder setTypographyCodeFontSize(String typographyCodeFontSize)
-
setTypographyCodeFontFamily
final RedocOptionsTheme.Builder setTypographyCodeFontFamily(String typographyCodeFontFamily)
-
setTypographyCodeColor
final RedocOptionsTheme.Builder setTypographyCodeColor(String typographyCodeColor)
-
setTypographyCodeBackgroundColor
final RedocOptionsTheme.Builder setTypographyCodeBackgroundColor(String typographyCodeBackgroundColor)
-
setTypographyCodeWrap
final RedocOptionsTheme.Builder setTypographyCodeWrap(Boolean typographyCodeWrap)
-
setMenuWidth
final RedocOptionsTheme.Builder setMenuWidth(String menuWidth)
-
setMenuBackgroundColor
final RedocOptionsTheme.Builder setMenuBackgroundColor(String menuBackgroundColor)
-
setMenuTextColor
final RedocOptionsTheme.Builder setMenuTextColor(String menuTextColor)
-
setMenuGroupItemsTextTransform
final RedocOptionsTheme.Builder setMenuGroupItemsTextTransform(String menuGroupItemsTextTransform)
-
setMenuLevel1ItemsTextTransform
final RedocOptionsTheme.Builder setMenuLevel1ItemsTextTransform(String menuLevel1ItemsTextTransform)
-
setMenuArrowSize
final RedocOptionsTheme.Builder setMenuArrowSize(String menuArrowSize)
-
setLogoGutter
final RedocOptionsTheme.Builder setLogoGutter(String logoGutter)
-
setRightPanelBackgroundColor
final RedocOptionsTheme.Builder setRightPanelBackgroundColor(String rightPanelBackgroundColor)
-
setRightPanelWidth
final RedocOptionsTheme.Builder setRightPanelWidth(String rightPanelWidth)
-
setRightPanelTextColor
final RedocOptionsTheme.Builder setRightPanelTextColor(String rightPanelTextColor)
-
build
final RedocOptionsTheme build()
-
-
-
-