| Package | Description |
|---|---|
| com.github.ferstl.depgraph.graph.dot |
| Modifier and Type | Method and Description |
|---|---|
DotLabelBuilder |
DotLabelBuilder.bold(String text)
Add bold text.
|
DotLabelBuilder |
DotLabelBuilder.italic(String text)
Add italic text.
|
DotLabelBuilder |
DotLabelBuilder.newLine()
Add a line break.
|
DotLabelBuilder |
DotLabelBuilder.smartNewLine()
Add a line only if:
The label is not empty
The label does not already end with a line break
.
|
DotLabelBuilder |
DotLabelBuilder.text(String text)
Add the given text.
|
DotLabelBuilder |
DotLabelBuilder.FontBuilder.text(String text)
Add the given text.
|
DotLabelBuilder |
DotLabelBuilder.underline(String text)
Add underlined text.
|
Copyright © 2017. All rights reserved.