Skip navigation links
A B C D E F G H I L M N O P Q R S T U V W 

A

addRow(TableRow) - Method in class net.steppschuh.markdowngenerator.table.Table.Builder
 
addRow(Object...) - Method in class net.steppschuh.markdowngenerator.table.Table.Builder
 
ALIGN_CENTER - Static variable in class net.steppschuh.markdowngenerator.table.Table
 
ALIGN_LEFT - Static variable in class net.steppschuh.markdowngenerator.table.Table
 
ALIGN_RIGHT - Static variable in class net.steppschuh.markdowngenerator.table.Table
 
append(Object) - Method in class net.steppschuh.markdowngenerator.list.ListBuilder
 
append(MarkdownSerializable) - Method in class net.steppschuh.markdowngenerator.list.ListBuilder
 
append(Object) - Method in class net.steppschuh.markdowngenerator.MarkdownBuilder
Attempts to append the specified value to the existing root MarkdownBuilder.markdownElement.
append(MarkdownSerializable) - Method in class net.steppschuh.markdowngenerator.MarkdownBuilder
Attempts to serialize the specified value to markdown and appends it to the existing root MarkdownBuilder.markdownElement.
append(Object) - Method in class net.steppschuh.markdowngenerator.text.code.CodeBlockBuilder
 
append(Object) - Method in class net.steppschuh.markdowngenerator.text.quote.QuoteBuilder
 
append(Object) - Method in class net.steppschuh.markdowngenerator.text.TextBuilder
 
ASTERISK - Static variable in class net.steppschuh.markdowngenerator.rule.HorizontalRule
 

B

begin(MarkdownBuilder) - Method in class net.steppschuh.markdowngenerator.MarkdownBuilder
All chained method calls will be called on the passed 'child' builder until MarkdownBuilder.end() will be called.
beginCodeBlock(String) - Method in class net.steppschuh.markdowngenerator.MarkdownBuilder
Creates a new CodeBlockBuilder instance and sets the language.
beginCodeBlock() - Method in class net.steppschuh.markdowngenerator.MarkdownBuilder
Creates a new CodeBlockBuilder instance.
beginList() - Method in class net.steppschuh.markdowngenerator.MarkdownBuilder
Creates a new ListBuilder instance.
beginQuote() - Method in class net.steppschuh.markdowngenerator.MarkdownBuilder
Creates a new QuoteBuilder instance.
bold(String) - Static method in class net.steppschuh.markdowngenerator.Markdown
 
bold(Object) - Method in class net.steppschuh.markdowngenerator.MarkdownBuilder
Appends a BoldText element to the root MarkdownBuilder.markdownElement.
BoldText - Class in net.steppschuh.markdowngenerator.text.emphasis
 
BoldText(Object) - Constructor for class net.steppschuh.markdowngenerator.text.emphasis.BoldText
 
build() - Method in class net.steppschuh.markdowngenerator.MarkdownBuilder
build() - Method in class net.steppschuh.markdowngenerator.table.Table.Builder
 
Builder() - Constructor for class net.steppschuh.markdowngenerator.table.Table.Builder
 

C

calculateFilledCharsCount(double, double, double, int) - Static method in class net.steppschuh.markdowngenerator.progress.ProgressBar
 
CLOSING_CHAR_DEFAULT - Static variable in class net.steppschuh.markdowngenerator.progress.ProgressBar
 
code(String) - Static method in class net.steppschuh.markdowngenerator.Markdown
 
code(Object) - Method in class net.steppschuh.markdowngenerator.MarkdownBuilder
Appends a Code element to the root MarkdownBuilder.markdownElement.
Code - Class in net.steppschuh.markdowngenerator.text.code
 
Code(Object) - Constructor for class net.steppschuh.markdowngenerator.text.code.Code
 
codeBlock(String, String) - Static method in class net.steppschuh.markdowngenerator.Markdown
 
codeBlock(String) - Static method in class net.steppschuh.markdowngenerator.Markdown
 
CodeBlock - Class in net.steppschuh.markdowngenerator.text.code
 
CodeBlock(Object) - Constructor for class net.steppschuh.markdowngenerator.text.code.CodeBlock
 
CodeBlock(Object, String) - Constructor for class net.steppschuh.markdowngenerator.text.code.CodeBlock
 
CodeBlockBuilder - Class in net.steppschuh.markdowngenerator.text.code
Created by Stephan on 12/25/2016.
CodeBlockBuilder() - Constructor for class net.steppschuh.markdowngenerator.text.code.CodeBlockBuilder
 
CodeBlockBuilder(String) - Constructor for class net.steppschuh.markdowngenerator.text.code.CodeBlockBuilder
 
CodeBlockBuilder(MarkdownBuilder) - Constructor for class net.steppschuh.markdowngenerator.text.code.CodeBlockBuilder
 
CodeBlockBuilder(MarkdownBuilder, String) - Constructor for class net.steppschuh.markdowngenerator.text.code.CodeBlockBuilder
 
createMarkdownElement() - Method in class net.steppschuh.markdowngenerator.list.ListBuilder
 
createMarkdownElement() - Method in class net.steppschuh.markdowngenerator.MarkdownBuilder
Creates the root element.
createMarkdownElement() - Method in class net.steppschuh.markdowngenerator.text.code.CodeBlockBuilder
 
createMarkdownElement() - Method in class net.steppschuh.markdowngenerator.text.quote.QuoteBuilder
 
createMarkdownElement() - Method in class net.steppschuh.markdowngenerator.text.TextBuilder
 

D

DEFAULT_MINIMUM_COLUMN_WIDTH - Static variable in class net.steppschuh.markdowngenerator.table.Table
 
DEFAULT_TRIMMING_INDICATOR - Static variable in class net.steppschuh.markdowngenerator.table.Table
 

E

EMPTY_CHAR_DEFAULT - Static variable in class net.steppschuh.markdowngenerator.progress.ProgressBar
 
end() - Method in class net.steppschuh.markdowngenerator.MarkdownBuilder
endsWithLineSeparators(int) - Method in class net.steppschuh.markdowngenerator.MarkdownBuilder
Checks if the root MarkdownBuilder.markdownElement ends with the specified number of new lines

F

FILL_CHAR_DEFAULT - Static variable in class net.steppschuh.markdowngenerator.progress.ProgressBar
 
fillUpAligned(String, String, int, int) - Static method in class net.steppschuh.markdowngenerator.util.StringUtil
 
fillUpCenterAligned(String, String, int) - Static method in class net.steppschuh.markdowngenerator.util.StringUtil
 
fillUpLeftAligned(String, String, int) - Static method in class net.steppschuh.markdowngenerator.util.StringUtil
 
fillUpRightAligned(String, String, int) - Static method in class net.steppschuh.markdowngenerator.util.StringUtil
 

G

generateHeaderSeparator(Map<Integer, Integer>, List<Integer>) - Static method in class net.steppschuh.markdowngenerator.table.Table
 
getAlignment(List<Integer>, int) - Static method in class net.steppschuh.markdowngenerator.table.Table
 
getAlignments() - Method in class net.steppschuh.markdowngenerator.table.Table
 
getBuilder() - Method in class net.steppschuh.markdowngenerator.list.ListBuilder
 
getBuilder() - Method in class net.steppschuh.markdowngenerator.MarkdownBuilder
Used for method chaining.
getBuilder() - Method in class net.steppschuh.markdowngenerator.text.code.CodeBlockBuilder
 
getBuilder() - Method in class net.steppschuh.markdowngenerator.text.quote.QuoteBuilder
 
getBuilder() - Method in class net.steppschuh.markdowngenerator.text.TextBuilder
 
getCheckedIndicator(boolean) - Static method in class net.steppschuh.markdowngenerator.list.TaskListItem
 
getClosingChar() - Method in class net.steppschuh.markdowngenerator.progress.ProgressBar
 
getColumns() - Method in class net.steppschuh.markdowngenerator.table.TableRow
 
getColumnWidths(List<TableRow>, int) - Static method in class net.steppschuh.markdowngenerator.table.Table
 
getEmptyChar() - Method in class net.steppschuh.markdowngenerator.progress.ProgressBar
 
getFillChar() - Method in class net.steppschuh.markdowngenerator.progress.ProgressBar
 
getIndentationLevel() - Method in class net.steppschuh.markdowngenerator.list.UnorderedList
 
getItems() - Method in class net.steppschuh.markdowngenerator.list.UnorderedList
 
getLanguage() - Method in class net.steppschuh.markdowngenerator.text.code.CodeBlock
 
getLength() - Method in class net.steppschuh.markdowngenerator.progress.ProgressBar
 
getLevel() - Method in class net.steppschuh.markdowngenerator.text.heading.Heading
 
getMaximumItemLength(List<TableRow>, int, int) - Static method in class net.steppschuh.markdowngenerator.table.Table
 
getMaximumValue() - Method in class net.steppschuh.markdowngenerator.progress.ProgressBar
 
getMinimumColumnWidth() - Method in class net.steppschuh.markdowngenerator.table.Table
 
getMinimumValue() - Method in class net.steppschuh.markdowngenerator.progress.ProgressBar
 
getOpeningChar() - Method in class net.steppschuh.markdowngenerator.progress.ProgressBar
 
getParentBuilder() - Method in class net.steppschuh.markdowngenerator.MarkdownBuilder
 
getPredecessor() - Method in class net.steppschuh.markdowngenerator.list.TaskListItem
 
getPredecessor() - Method in class net.steppschuh.markdowngenerator.list.UnorderedListItem
 
getPredecessor() - Method in interface net.steppschuh.markdowngenerator.MarkdownCascadable
 
getPredecessor() - Method in class net.steppschuh.markdowngenerator.text.code.Code
 
getPredecessor() - Method in class net.steppschuh.markdowngenerator.text.code.CodeBlock
 
getPredecessor() - Method in class net.steppschuh.markdowngenerator.text.emphasis.BoldText
 
getPredecessor() - Method in class net.steppschuh.markdowngenerator.text.emphasis.InsertedText
 
getPredecessor() - Method in class net.steppschuh.markdowngenerator.text.emphasis.ItalicText
 
getPredecessor() - Method in class net.steppschuh.markdowngenerator.text.emphasis.MarkedText
 
getPredecessor() - Method in class net.steppschuh.markdowngenerator.text.emphasis.StrikeThroughText
 
getPredecessor() - Method in class net.steppschuh.markdowngenerator.text.emphasis.SubScriptText
 
getPredecessor() - Method in class net.steppschuh.markdowngenerator.text.emphasis.SuperScriptText
 
getPredecessor() - Method in class net.steppschuh.markdowngenerator.text.heading.Heading
 
getPredecessor() - Method in class net.steppschuh.markdowngenerator.text.Text
 
getReadablePercentage(double, double, double) - Static method in class net.steppschuh.markdowngenerator.progress.ProgressBar
 
getReadableValue(double) - Static method in class net.steppschuh.markdowngenerator.progress.ProgressBar
 
getRows() - Method in class net.steppschuh.markdowngenerator.table.Table
 
getSerialized(String) - Method in class net.steppschuh.markdowngenerator.MarkdownElement
Returns the result of MarkdownElement.getSerialized() or the specified fallback if a MarkdownSerializationException occurred.
getSerialized() - Method in class net.steppschuh.markdowngenerator.MarkdownElement
Calls MarkdownElement.serialize() or directly returns its last result from MarkdownElement.serialized.
getSuccessor() - Method in class net.steppschuh.markdowngenerator.list.UnorderedListItem
 
getSuccessor() - Method in interface net.steppschuh.markdowngenerator.MarkdownCascadable
 
getSuccessor() - Method in class net.steppschuh.markdowngenerator.text.code.CodeBlock
 
getSuccessor() - Method in class net.steppschuh.markdowngenerator.text.heading.Heading
 
getSuccessor() - Method in class net.steppschuh.markdowngenerator.text.Text
 
getText() - Method in class net.steppschuh.markdowngenerator.link.Link
 
getTrimmingIndicator() - Method in class net.steppschuh.markdowngenerator.table.Table
 
getUrl() - Method in class net.steppschuh.markdowngenerator.link.Link
 
getValue() - Method in class net.steppschuh.markdowngenerator.progress.ProgressBar
 
getValue() - Method in class net.steppschuh.markdowngenerator.text.Text
 

H

heading(String, int) - Static method in class net.steppschuh.markdowngenerator.Markdown
 
heading(String) - Static method in class net.steppschuh.markdowngenerator.Markdown
 
heading(String, int) - Method in class net.steppschuh.markdowngenerator.MarkdownBuilder
Appends a Heading element to the root MarkdownBuilder.markdownElement.
heading(String) - Method in class net.steppschuh.markdowngenerator.MarkdownBuilder
Appends a Heading element with level 1 to the root MarkdownBuilder.markdownElement.
Heading - Class in net.steppschuh.markdowngenerator.text.heading
Created by steppschuh on 16/12/2016.
Heading(Object) - Constructor for class net.steppschuh.markdowngenerator.text.heading.Heading
 
Heading(Object, int) - Constructor for class net.steppschuh.markdowngenerator.text.heading.Heading
 
HorizontalRule - Class in net.steppschuh.markdowngenerator.rule
Created by steppschuh on 16/12/2016.
HorizontalRule() - Constructor for class net.steppschuh.markdowngenerator.rule.HorizontalRule
 
HorizontalRule(int) - Constructor for class net.steppschuh.markdowngenerator.rule.HorizontalRule
 
HorizontalRule(int, char) - Constructor for class net.steppschuh.markdowngenerator.rule.HorizontalRule
 
HYPHEN - Static variable in class net.steppschuh.markdowngenerator.rule.HorizontalRule
 

I

Image - Class in net.steppschuh.markdowngenerator.image
 
Image(Object, String) - Constructor for class net.steppschuh.markdowngenerator.image.Image
 
Image(String) - Constructor for class net.steppschuh.markdowngenerator.image.Image
 
image(String, String) - Static method in class net.steppschuh.markdowngenerator.Markdown
 
image(String) - Static method in class net.steppschuh.markdowngenerator.Markdown
 
image(String, String) - Method in class net.steppschuh.markdowngenerator.MarkdownBuilder
Appends an Image element to the root MarkdownBuilder.markdownElement.
image(String) - Method in class net.steppschuh.markdowngenerator.MarkdownBuilder
Appends an Image element to the root MarkdownBuilder.markdownElement.
incrementIndentationLevel() - Method in class net.steppschuh.markdowngenerator.list.UnorderedList
 
indentationLevel - Variable in class net.steppschuh.markdowngenerator.list.UnorderedList
 
InsertedText - Class in net.steppschuh.markdowngenerator.text.emphasis
 
InsertedText(Object) - Constructor for class net.steppschuh.markdowngenerator.text.emphasis.InsertedText
 
invalidateSerialized() - Method in class net.steppschuh.markdowngenerator.MarkdownElement
isAppendingPercentage() - Method in class net.steppschuh.markdowngenerator.progress.ProgressBar
 
isAppendingValue() - Method in class net.steppschuh.markdowngenerator.progress.ProgressBar
 
isFirstRowHeader() - Method in class net.steppschuh.markdowngenerator.table.Table
 
isUnderlineStyle() - Method in class net.steppschuh.markdowngenerator.text.heading.Heading
 
italic(String) - Static method in class net.steppschuh.markdowngenerator.Markdown
 
italic(Object) - Method in class net.steppschuh.markdowngenerator.MarkdownBuilder
Appends an ItalicText element to the root MarkdownBuilder.markdownElement.
ItalicText - Class in net.steppschuh.markdowngenerator.text.emphasis
 
ItalicText(Object) - Constructor for class net.steppschuh.markdowngenerator.text.emphasis.ItalicText
 
items - Variable in class net.steppschuh.markdowngenerator.list.UnorderedList
 

L

LANGUAGE_JAVA - Static variable in class net.steppschuh.markdowngenerator.text.code.CodeBlock
 
LANGUAGE_MARKDOWN - Static variable in class net.steppschuh.markdowngenerator.text.code.CodeBlock
 
LANGUAGE_UNKNOWN - Static variable in class net.steppschuh.markdowngenerator.text.code.CodeBlock
 
LENGTH_LARGE - Static variable in class net.steppschuh.markdowngenerator.progress.ProgressBar
 
LENGTH_NORMAL - Static variable in class net.steppschuh.markdowngenerator.progress.ProgressBar
 
LENGTH_SMALL - Static variable in class net.steppschuh.markdowngenerator.progress.ProgressBar
 
Link - Class in net.steppschuh.markdowngenerator.link
 
Link(Object, String) - Constructor for class net.steppschuh.markdowngenerator.link.Link
 
Link(String) - Constructor for class net.steppschuh.markdowngenerator.link.Link
 
link(String, String) - Static method in class net.steppschuh.markdowngenerator.Markdown
 
link(String) - Static method in class net.steppschuh.markdowngenerator.Markdown
 
link(String, String) - Method in class net.steppschuh.markdowngenerator.MarkdownBuilder
Appends a Link element to the root MarkdownBuilder.markdownElement.
link(String) - Method in class net.steppschuh.markdowngenerator.MarkdownBuilder
Appends a Link element to the root MarkdownBuilder.markdownElement.
ListBuilder - Class in net.steppschuh.markdowngenerator.list
Created by steppschuh on 23/12/2016.
ListBuilder() - Constructor for class net.steppschuh.markdowngenerator.list.ListBuilder
 
ListBuilder(MarkdownBuilder) - Constructor for class net.steppschuh.markdowngenerator.list.ListBuilder
 

M

Markdown - Class in net.steppschuh.markdowngenerator
Created by steppschuh on 23/12/2016.
Markdown() - Constructor for class net.steppschuh.markdowngenerator.Markdown
 
MarkdownBuilder<T extends MarkdownBuilder<T,S>,S extends MarkdownElement> - Class in net.steppschuh.markdowngenerator
Base class that every markdown builder extends.
MarkdownBuilder() - Constructor for class net.steppschuh.markdowngenerator.MarkdownBuilder
 
MarkdownBuilder(MarkdownBuilder) - Constructor for class net.steppschuh.markdowngenerator.MarkdownBuilder
 
MarkdownCascadable - Interface in net.steppschuh.markdowngenerator
MarkdownElements that can be wrapped around other MarkdownElements should implement this interface.
markdownElement - Variable in class net.steppschuh.markdowngenerator.MarkdownBuilder
The root element that content will be appended too.
MarkdownElement - Class in net.steppschuh.markdowngenerator
Base class that every markdown element extends.
MarkdownElement() - Constructor for class net.steppschuh.markdowngenerator.MarkdownElement
 
MarkdownSerializable - Interface in net.steppschuh.markdowngenerator
Created by steppschuh on 07/10/2016.
MarkdownSerializationException - Exception in net.steppschuh.markdowngenerator
Created by steppschuh on 15/12/2016.
MarkdownSerializationException() - Constructor for exception net.steppschuh.markdowngenerator.MarkdownSerializationException
 
MarkdownSerializationException(String) - Constructor for exception net.steppschuh.markdowngenerator.MarkdownSerializationException
 
MarkdownSerializationException(String, Throwable) - Constructor for exception net.steppschuh.markdowngenerator.MarkdownSerializationException
 
MarkdownSerializationException(Throwable) - Constructor for exception net.steppschuh.markdowngenerator.MarkdownSerializationException
 
MarkedText - Class in net.steppschuh.markdowngenerator.text.emphasis
 
MarkedText(Object) - Constructor for class net.steppschuh.markdowngenerator.text.emphasis.MarkedText
 
MAXIMUM_LEVEL - Static variable in class net.steppschuh.markdowngenerator.text.heading.Heading
 
MINIMUM_LENGTH - Static variable in class net.steppschuh.markdowngenerator.rule.HorizontalRule
 
MINIMUM_LEVEL - Static variable in class net.steppschuh.markdowngenerator.text.heading.Heading
 

N

net.steppschuh.markdowngenerator - package net.steppschuh.markdowngenerator
 
net.steppschuh.markdowngenerator.image - package net.steppschuh.markdowngenerator.image
 
net.steppschuh.markdowngenerator.link - package net.steppschuh.markdowngenerator.link
 
net.steppschuh.markdowngenerator.list - package net.steppschuh.markdowngenerator.list
 
net.steppschuh.markdowngenerator.progress - package net.steppschuh.markdowngenerator.progress
 
net.steppschuh.markdowngenerator.rule - package net.steppschuh.markdowngenerator.rule
 
net.steppschuh.markdowngenerator.table - package net.steppschuh.markdowngenerator.table
 
net.steppschuh.markdowngenerator.text - package net.steppschuh.markdowngenerator.text
 
net.steppschuh.markdowngenerator.text.code - package net.steppschuh.markdowngenerator.text.code
 
net.steppschuh.markdowngenerator.text.emphasis - package net.steppschuh.markdowngenerator.text.emphasis
 
net.steppschuh.markdowngenerator.text.heading - package net.steppschuh.markdowngenerator.text.heading
 
net.steppschuh.markdowngenerator.text.quote - package net.steppschuh.markdowngenerator.text.quote
 
net.steppschuh.markdowngenerator.util - package net.steppschuh.markdowngenerator.util
 
newLine() - Method in class net.steppschuh.markdowngenerator.MarkdownBuilder
Appends a new line to the existing root MarkdownBuilder.markdownElement.
newLines(int) - Method in class net.steppschuh.markdowngenerator.MarkdownBuilder
Appends a new line to the existing root MarkdownBuilder.markdownElement if it not already ends with a new line.
newLinesIfRequired(int) - Method in class net.steppschuh.markdowngenerator.MarkdownBuilder
Appends the specified number of new lines to the existing root MarkdownBuilder.markdownElement if it not already ends with a new line.
newParagraph() - Method in class net.steppschuh.markdowngenerator.MarkdownBuilder
Appends two new lines to the existing root MarkdownBuilder.markdownElement.
newParagraphIfRequired() - Method in class net.steppschuh.markdowngenerator.MarkdownBuilder
Appends two new lines to the existing root MarkdownBuilder.markdownElement if it not already ends with two new lines.

O

OPENING_CHAR_DEFAULT - Static variable in class net.steppschuh.markdowngenerator.progress.ProgressBar
 

P

parentBuilder - Variable in class net.steppschuh.markdowngenerator.MarkdownBuilder
The parent markdown builder, if available.
progress(double) - Static method in class net.steppschuh.markdowngenerator.Markdown
 
progress(double) - Method in class net.steppschuh.markdowngenerator.MarkdownBuilder
Appends a ProgressBar element to the root MarkdownBuilder.markdownElement.
ProgressBar - Class in net.steppschuh.markdowngenerator.progress
Created by Stephan on 12/18/2016.
ProgressBar(double) - Constructor for class net.steppschuh.markdowngenerator.progress.ProgressBar
 
ProgressBar(double, int) - Constructor for class net.steppschuh.markdowngenerator.progress.ProgressBar
 
progressWithLabel(double) - Static method in class net.steppschuh.markdowngenerator.Markdown
 
progressWithLabel(double) - Method in class net.steppschuh.markdowngenerator.MarkdownBuilder
Appends a ProgressBar element with a value label to the root MarkdownBuilder.markdownElement.

Q

quote(String) - Static method in class net.steppschuh.markdowngenerator.Markdown
 
quote(String) - Method in class net.steppschuh.markdowngenerator.MarkdownBuilder
Appends a Quote element to the root MarkdownBuilder.markdownElement.
Quote - Class in net.steppschuh.markdowngenerator.text.quote
Created by steppschuh on 15/12/2016.
Quote(Object) - Constructor for class net.steppschuh.markdowngenerator.text.quote.Quote
 
QuoteBuilder - Class in net.steppschuh.markdowngenerator.text.quote
Created by Stephan on 12/25/2016.
QuoteBuilder() - Constructor for class net.steppschuh.markdowngenerator.text.quote.QuoteBuilder
 
QuoteBuilder(MarkdownBuilder) - Constructor for class net.steppschuh.markdowngenerator.text.quote.QuoteBuilder
 

R

rule() - Static method in class net.steppschuh.markdowngenerator.Markdown
 
rule(int) - Static method in class net.steppschuh.markdowngenerator.Markdown
 
rule() - Method in class net.steppschuh.markdowngenerator.MarkdownBuilder
Appends a HorizontalRule element to the root MarkdownBuilder.markdownElement.
rule(int) - Method in class net.steppschuh.markdowngenerator.MarkdownBuilder
Appends a HorizontalRule element to the root MarkdownBuilder.markdownElement.

S

SEPARATOR - Static variable in class net.steppschuh.markdowngenerator.table.Table
 
serialize() - Method in class net.steppschuh.markdowngenerator.image.Image
 
serialize() - Method in class net.steppschuh.markdowngenerator.link.Link
 
serialize() - Method in class net.steppschuh.markdowngenerator.list.UnorderedList
 
serialize() - Method in class net.steppschuh.markdowngenerator.MarkdownElement
Attempts to generate a String representing this markdown element.
serialize() - Method in class net.steppschuh.markdowngenerator.progress.ProgressBar
 
serialize() - Method in class net.steppschuh.markdowngenerator.rule.HorizontalRule
 
serialize() - Method in class net.steppschuh.markdowngenerator.table.Table
 
serialize() - Method in class net.steppschuh.markdowngenerator.table.TableRow
 
serialize() - Method in class net.steppschuh.markdowngenerator.text.quote.Quote
 
serialize() - Method in class net.steppschuh.markdowngenerator.text.Text
 
setAlignments(List<Integer>) - Method in class net.steppschuh.markdowngenerator.table.Table
 
setAppendPercentage(boolean) - Method in class net.steppschuh.markdowngenerator.progress.ProgressBar
 
setAppendValue(boolean) - Method in class net.steppschuh.markdowngenerator.progress.ProgressBar
 
setClosingChar(char) - Method in class net.steppschuh.markdowngenerator.progress.ProgressBar
 
setColumns(List<T>) - Method in class net.steppschuh.markdowngenerator.table.TableRow
 
setEmptyChar(char) - Method in class net.steppschuh.markdowngenerator.progress.ProgressBar
 
setFillChar(char) - Method in class net.steppschuh.markdowngenerator.progress.ProgressBar
 
setIndentationLevel(int) - Method in class net.steppschuh.markdowngenerator.list.UnorderedList
 
setItems(List<T>) - Method in class net.steppschuh.markdowngenerator.list.UnorderedList
 
setLanguage(String) - Method in class net.steppschuh.markdowngenerator.text.code.CodeBlock
 
setLength(int) - Method in class net.steppschuh.markdowngenerator.progress.ProgressBar
 
setLevel(int) - Method in class net.steppschuh.markdowngenerator.text.heading.Heading
 
setMaximumValue(double) - Method in class net.steppschuh.markdowngenerator.progress.ProgressBar
 
setMinimumColumnWidth(int) - Method in class net.steppschuh.markdowngenerator.table.Table
 
setMinimumValue(double) - Method in class net.steppschuh.markdowngenerator.progress.ProgressBar
 
setOpeningChar(char) - Method in class net.steppschuh.markdowngenerator.progress.ProgressBar
 
setParentBuilder(MarkdownBuilder) - Method in class net.steppschuh.markdowngenerator.MarkdownBuilder
 
setRows(List<TableRow>) - Method in class net.steppschuh.markdowngenerator.table.Table
 
setSerialized(String) - Method in class net.steppschuh.markdowngenerator.MarkdownElement
 
setText(Object) - Method in class net.steppschuh.markdowngenerator.link.Link
 
setTrimmingIndicator(String) - Method in class net.steppschuh.markdowngenerator.table.Table
 
setUnderlineStyle(boolean) - Method in class net.steppschuh.markdowngenerator.text.heading.Heading
 
setUrl(String) - Method in class net.steppschuh.markdowngenerator.link.Link
 
setValue(double) - Method in class net.steppschuh.markdowngenerator.progress.ProgressBar
 
setValue(Object) - Method in class net.steppschuh.markdowngenerator.text.Text
 
strikeThrough(String) - Static method in class net.steppschuh.markdowngenerator.Markdown
 
strikeThrough(Object) - Method in class net.steppschuh.markdowngenerator.MarkdownBuilder
Appends a StrikeThroughText element to the root MarkdownBuilder.markdownElement.
StrikeThroughText - Class in net.steppschuh.markdowngenerator.text.emphasis
 
StrikeThroughText(Object) - Constructor for class net.steppschuh.markdowngenerator.text.emphasis.StrikeThroughText
 
StringUtil - Class in net.steppschuh.markdowngenerator.util
Created by steppschuh on 15/12/2016.
StringUtil() - Constructor for class net.steppschuh.markdowngenerator.util.StringUtil
 
subHeading(String) - Static method in class net.steppschuh.markdowngenerator.Markdown
 
subHeading(String) - Method in class net.steppschuh.markdowngenerator.MarkdownBuilder
Appends a Heading element with level 2 to the root MarkdownBuilder.markdownElement.
SubScriptText - Class in net.steppschuh.markdowngenerator.text.emphasis
 
SubScriptText(Object) - Constructor for class net.steppschuh.markdowngenerator.text.emphasis.SubScriptText
 
SuperScriptText - Class in net.steppschuh.markdowngenerator.text.emphasis
 
SuperScriptText(Object) - Constructor for class net.steppschuh.markdowngenerator.text.emphasis.SuperScriptText
 
surroundValueWith(String, String) - Static method in class net.steppschuh.markdowngenerator.util.StringUtil
 

T

Table - Class in net.steppschuh.markdowngenerator.table
 
Table() - Constructor for class net.steppschuh.markdowngenerator.table.Table
 
Table(List<TableRow>) - Constructor for class net.steppschuh.markdowngenerator.table.Table
 
Table(List<TableRow>, List<Integer>) - Constructor for class net.steppschuh.markdowngenerator.table.Table
 
Table.Builder - Class in net.steppschuh.markdowngenerator.table
 
TableRow<T> - Class in net.steppschuh.markdowngenerator.table
 
TableRow() - Constructor for class net.steppschuh.markdowngenerator.table.TableRow
 
TableRow(List<T>) - Constructor for class net.steppschuh.markdowngenerator.table.TableRow
 
task(String) - Static method in class net.steppschuh.markdowngenerator.Markdown
 
task(String, boolean) - Static method in class net.steppschuh.markdowngenerator.Markdown
 
TaskList - Class in net.steppschuh.markdowngenerator.list
 
TaskList() - Constructor for class net.steppschuh.markdowngenerator.list.TaskList
 
TaskList(List<TaskListItem>) - Constructor for class net.steppschuh.markdowngenerator.list.TaskList
 
taskList(TaskListItem...) - Static method in class net.steppschuh.markdowngenerator.Markdown
 
taskList(TaskListItem...) - Method in class net.steppschuh.markdowngenerator.MarkdownBuilder
Appends a TaskList element to the root MarkdownBuilder.markdownElement.
TaskListItem - Class in net.steppschuh.markdowngenerator.list
 
TaskListItem(Object) - Constructor for class net.steppschuh.markdowngenerator.list.TaskListItem
 
TaskListItem(Object, boolean) - Constructor for class net.steppschuh.markdowngenerator.list.TaskListItem
 
text(String) - Static method in class net.steppschuh.markdowngenerator.Markdown
 
text(Object) - Method in class net.steppschuh.markdowngenerator.MarkdownBuilder
Appends a normal Text element to the root MarkdownBuilder.markdownElement.
Text - Class in net.steppschuh.markdowngenerator.text
 
Text(Object) - Constructor for class net.steppschuh.markdowngenerator.text.Text
 
TextBuilder - Class in net.steppschuh.markdowngenerator.text
Created by steppschuh on 23/12/2016.
TextBuilder() - Constructor for class net.steppschuh.markdowngenerator.text.TextBuilder
 
TextBuilder(MarkdownBuilder) - Constructor for class net.steppschuh.markdowngenerator.text.TextBuilder
 
toMarkdownElement() - Method in class net.steppschuh.markdowngenerator.MarkdownBuilder
 
toMarkdownElement() - Method in class net.steppschuh.markdowngenerator.MarkdownElement
 
toMarkdownElement() - Method in interface net.steppschuh.markdowngenerator.MarkdownSerializable
 
toString() - Method in class net.steppschuh.markdowngenerator.MarkdownBuilder
 
toString() - Method in class net.steppschuh.markdowngenerator.MarkdownElement
 
trim(int) - Method in class net.steppschuh.markdowngenerator.table.Table
Removes TableRows from the center of this table until only the requested amount of rows is left.
trim(Table, int, String) - Static method in class net.steppschuh.markdowngenerator.table.Table
Removes TableRows from the center of the specified table until only the requested amount of rows is left.

U

UNDERLINE_CHAR_1 - Static variable in class net.steppschuh.markdowngenerator.text.heading.Heading
 
UNDERLINE_CHAR_2 - Static variable in class net.steppschuh.markdowngenerator.text.heading.Heading
 
UNDERSCORE - Static variable in class net.steppschuh.markdowngenerator.rule.HorizontalRule
 
UnorderedList<T> - Class in net.steppschuh.markdowngenerator.list
 
UnorderedList() - Constructor for class net.steppschuh.markdowngenerator.list.UnorderedList
 
UnorderedList(List<T>) - Constructor for class net.steppschuh.markdowngenerator.list.UnorderedList
 
unorderedList(Object...) - Static method in class net.steppschuh.markdowngenerator.Markdown
 
unorderedList(Object...) - Method in class net.steppschuh.markdowngenerator.MarkdownBuilder
Appends a UnorderedList element to the root MarkdownBuilder.markdownElement.
UnorderedListItem - Class in net.steppschuh.markdowngenerator.list
 
UnorderedListItem(Object) - Constructor for class net.steppschuh.markdowngenerator.list.UnorderedListItem
 
useFirstRowAsHeader(boolean) - Method in class net.steppschuh.markdowngenerator.table.Table
 

V

value - Variable in class net.steppschuh.markdowngenerator.text.Text
 

W

WHITESPACE - Static variable in class net.steppschuh.markdowngenerator.table.Table
 
withAlignment(int) - Method in class net.steppschuh.markdowngenerator.table.Table.Builder
 
withAlignments(List<Integer>) - Method in class net.steppschuh.markdowngenerator.table.Table.Builder
 
withAlignments(Integer...) - Method in class net.steppschuh.markdowngenerator.table.Table.Builder
 
withRowLimit(int) - Method in class net.steppschuh.markdowngenerator.table.Table.Builder
 
withRows(List<TableRow>) - Method in class net.steppschuh.markdowngenerator.table.Table.Builder
 
withTrimmingIndicator(String) - Method in class net.steppschuh.markdowngenerator.table.Table.Builder
 
A B C D E F G H I L M N O P Q R S T U V W 
Skip navigation links