See: Description
Interface | Description |
---|---|
Annotated | |
DefinitionsContainer | |
GeneratedImage | |
ISourceFileReader | |
Scale | |
Stdrpt | |
WithSprite |
Class | Description |
---|---|
AbstractPSystem |
An abstract class for all diagram classes.
|
AnimatedGifEncoder |
Class AnimatedGifEncoder - Encodes a GIF file consisting of one or more
frames.
|
AnnotatedBuilder | |
AnnotatedWorker | |
BlockUml | |
BlockUmlBuilder | |
EmbeddedDiagram | |
EmptyImageBuilder | |
ErrorStatus | |
ErrorUml | |
FileFormatOption |
A FileFormat with some parameters.
|
FileImageData | |
FileSystem | |
FileUtils | |
GeneratedImageImpl | |
NewpagedDiagram | |
NullOutputStream | |
Option | |
OptionFlags | |
OptionPrint | |
Pipe | |
PlainDiagram | |
PlainStringsDiagram | |
ProgressBar | |
PSystemBuilder |
Builds a diagram from pre-processed PlantUML source.
|
PSystemUtils | |
Run | |
ScaleHeight | |
ScaleMaxHeight | |
ScaleMaxWidth | |
ScaleMaxWidthAndHeight | |
ScaleSimple | |
ScaleWidth | |
ScaleWidthAndHeight | |
SourceFileReader | |
SourceFileReaderAbstract | |
SourceFileReaderCopyCat | |
SourceFileReaderHardFile | |
SourceStringReader | |
Splash | |
StdrptNull | |
StdrptPipe0 | |
StdrptV1 | |
StdrptV2 | |
StringUtils | |
TikzFontDistortion | |
TitledDiagram | |
UmlDiagram |
Enum | Description |
---|---|
ErrorUmlType | |
FileFormat |
Format for output files generated by PlantUML.
|
OptionPreprocOutputMode |
The following is a typical control flow for PlantUML:
Run
constructs Option
),
Run
constructs SourceFileReaderAbstract
),
SourceFileReaderAbstract
constructs
BlockUmlBuilder
),
BlockUml
uses
TimLoader
),
Run
calls
SourceFileReaderAbstract#getGeneratedImages()
which calls
BlockUml#getDiagram()
which uses
PSystemBuilder
),