Package net.sourceforge.plantuml.error
Class PSystemError
java.lang.Object
net.sourceforge.plantuml.AbstractPSystem
net.sourceforge.plantuml.PlainDiagram
net.sourceforge.plantuml.error.PSystemError
- All Implemented Interfaces:
Diagram
- Direct Known Subclasses:
PSystemErrorEmpty
,PSystemErrorPreprocessor
,PSystemErrorV2
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateImageBuilder
(FileFormatOption fileFormatOption) static void
protected final ImageData
exportDiagramNow
(OutputStream os, int num, FileFormatOption fileFormat) final DiagramDescription
final Collection<ErrorUml>
final ErrorUml
protected final StringLocated
final LineLocation
protected UDrawable
getRootDrawable
(FileFormatOption fileFormatOption) final String
int
score()
Methods inherited from class net.sourceforge.plantuml.PlainDiagram
exportDiagramGraphic
Methods inherited from class net.sourceforge.plantuml.AbstractPSystem
checkFinalError, executeCommand, exportDiagram, getDefaultMargins, getMetadata, getNamespaceSeparator, getNbImages, getScale, getSource, getSplitPagesHorizontal, getSplitPagesVertical, getTitle, getTitleDisplay, hasUrl, isOk, makeDiagramReady, muteColorMapper, seed, setNamespaceSeparator, setScale, setSplitPagesHorizontal, setSplitPagesVertical
-
Field Details
-
trace
-
singleError
-
-
Constructor Details
-
PSystemError
-
-
Method Details
-
disableTimeBasedErrorDecorations
public static void disableTimeBasedErrorDecorations() -
createImageBuilder
- Overrides:
createImageBuilder
in classPlainDiagram
- Throws:
IOException
-
getLastLine
-
getLineLocation
-
getErrorsUml
-
getFirstError
-
getWarningOrError
- Specified by:
getWarningOrError
in interfaceDiagram
- Overrides:
getWarningOrError
in classAbstractPSystem
-
getPureAsciiFormatted
-
getTextFullBody
-
exportDiagramNow
protected final ImageData exportDiagramNow(OutputStream os, int num, FileFormatOption fileFormat) throws IOException - Overrides:
exportDiagramNow
in classPlainDiagram
- Throws:
IOException
-
getRootDrawable
- Specified by:
getRootDrawable
in classPlainDiagram
- Throws:
IOException
-
getDescription
-
score
public int score()
-