-
public final class CodeBlockStyleConfigStyle configuration for code blocks.
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerleadingMarginprivate final IntegerverticalPaddingprivate final FloatrelativeTextSizeprivate final DrawablebackgroundDrawable
-
Constructor Summary
Constructors Constructor Description CodeBlockStyleConfig(Integer leadingMargin, Integer verticalPadding, Float relativeTextSize, Drawable backgroundDrawable)
-
Method Summary
Modifier and Type Method Description final IntegergetLeadingMargin()final IntegergetVerticalPadding()final FloatgetRelativeTextSize()final DrawablegetBackgroundDrawable()-
-
Method Detail
-
getLeadingMargin
final Integer getLeadingMargin()
-
getVerticalPadding
final Integer getVerticalPadding()
-
getRelativeTextSize
final Float getRelativeTextSize()
-
getBackgroundDrawable
final Drawable getBackgroundDrawable()
-
-
-
-