| Package | Description |
|---|---|
| net.sourceforge.plantuml | |
| net.sourceforge.plantuml.api |
Public API for calling PlantUML from Java.
|
| net.sourceforge.plantuml.command | |
| net.sourceforge.plantuml.core |
Core classes used by PlantUML.
|
| net.sourceforge.plantuml.eggs | |
| net.sourceforge.plantuml.suggest | |
| net.sourceforge.plantuml.svek |
| Modifier and Type | Method and Description |
|---|---|
UmlSource |
AbstractPSystem.getSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPSystem.setSource(UmlSource source) |
| Constructor and Description |
|---|
PSystemError(UmlSource source,
ErrorUml singleError,
List<String> debugLines) |
| Modifier and Type | Method and Description |
|---|---|
Diagram |
PSystemFactory.createSystem(UmlSource source) |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractPSystem |
PSystemAbstractFactory.buildEmptyError(UmlSource source,
LineLocation lineLocation) |
protected PSystemError |
PSystemAbstractFactory.buildExecutionError(UmlSource source,
String stringError,
LineLocation lineLocation) |
Diagram |
UmlDiagramFactory.createSystem(UmlSource source) |
Diagram |
PSystemSingleLineFactory.createSystem(UmlSource source) |
Diagram |
PSystemBasicFactory.createSystem(UmlSource source) |
| Modifier and Type | Method and Description |
|---|---|
UmlSource |
Diagram.getSource()
The original source of the diagram
|
| Modifier and Type | Method and Description |
|---|---|
Diagram |
PSystemWelcomeFactory.createSystem(UmlSource source) |
| Constructor and Description |
|---|
SuggestEngine(UmlSource source,
UmlDiagramFactory systemFactory) |
| Constructor and Description |
|---|
DotDataImageBuilder(DotData dotData,
EntityFactory entityFactory,
UmlSource source,
Pragma pragma,
StringBounder stringBounder) |
Copyright © 2017. All rights reserved.