Package icyllis.modernui.markflow
Class MarkflowTheme
java.lang.Object
icyllis.modernui.markflow.MarkflowTheme
Controlling the styled attributes for rendering Markdown.
This class only holds information for core Markdown features.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic MarkflowTheme.Builderbuilder()static MarkflowTheme.BuilderintintintintintintintintintintfloatintintfloatintintintgetHeadingTextSize(int level) floatgetHeadingTextSizeMultiplier(int level) intintintintint
-
Method Details
-
builder
-
builder
-
getBlockQuoteTextColor
public int getBlockQuoteTextColor() -
getBlockQuoteMargin
public int getBlockQuoteMargin() -
getBlockQuoteWidth
public int getBlockQuoteWidth() -
getBlockQuoteColor
public int getBlockQuoteColor() -
getListItemMargin
public int getListItemMargin() -
getListItemColor
public int getListItemColor() -
getBulletWidth
public int getBulletWidth() -
getCodeTextColor
public int getCodeTextColor() -
getCodeBackgroundColor
public int getCodeBackgroundColor() -
getCodeTypeface
-
getCodeTextSize
public int getCodeTextSize() -
getCodeTextSizeMultiplier
public float getCodeTextSizeMultiplier() -
getCodeBlockTextColor
public int getCodeBlockTextColor() -
getCodeBlockBackgroundColor
public int getCodeBlockBackgroundColor() -
getCodeBlockTypeface
-
getCodeBlockTextSize
public int getCodeBlockTextSize() -
getCodeBlockTextSizeMultiplier
public float getCodeBlockTextSizeMultiplier() -
getCodeBlockMargin
public int getCodeBlockMargin() -
getHeadingBreakColor
public int getHeadingBreakColor() -
getHeadingBreakHeight
public int getHeadingBreakHeight() -
getHeadingTypeface
-
getHeadingTextStyle
public int getHeadingTextStyle() -
getHeadingTextSize
-
getHeadingTextSizeMultiplier
-
getThematicBreakColor
public int getThematicBreakColor() -
getThematicBreakHeight
public int getThematicBreakHeight()
-