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,WarningHandler
- Direct Known Subclasses:
PSystemErrorEmpty,PSystemErrorPreprocessor,PSystemErrorV2
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateImageBuilder(FileFormatOption fileFormatOption) static voidprotected final ImageDataexportDiagramNow(OutputStream os, int num, FileFormatOption fileFormat) final DiagramDescriptionfinal Collection<ErrorUml>final ErrorUmlprotected final StringLocatedfinal LineLocationprotected UDrawablegetRootDrawable(FileFormatOption fileFormatOption) final Stringintscore()Methods inherited from class net.sourceforge.plantuml.PlainDiagram
exportDiagramGraphicMethods inherited from class net.sourceforge.plantuml.AbstractPSystem
addWarning, checkFinalError, executeCommand, exportDiagram, getDefaultMargins, getInstallationRequirement, getMetadata, getNamespaceSeparator, getNbImages, getPreprocessingArtifact, getRequiredPass, getScale, getSource, getSplitPagesHorizontal, getSplitPagesVertical, getTitle, getTitleDisplay, getWarnings, hasUrl, isOk, makeDiagramReady, muteColorMapper, seed, setNamespaceSeparator, setScale, setSplitPagesHorizontal, setSplitPagesVertical, startingPass
-
Field Details
-
trace
-
singleError
-
-
Constructor Details
-
PSystemError
-
-
Method Details
-
disableTimeBasedErrorDecorations
public static void disableTimeBasedErrorDecorations() -
createImageBuilder
- Overrides:
createImageBuilderin classPlainDiagram- Throws:
IOException
-
getLastLine
-
getLineLocation
-
getErrorsUml
-
getFirstError
-
getWarningOrError
- Specified by:
getWarningOrErrorin interfaceDiagram- Overrides:
getWarningOrErrorin classAbstractPSystem
-
getPureAsciiFormatted
-
getTextFullBody
-
exportDiagramNow
protected final ImageData exportDiagramNow(OutputStream os, int num, FileFormatOption fileFormat) throws IOException - Overrides:
exportDiagramNowin classPlainDiagram- Throws:
IOException
-
getRootDrawable
- Specified by:
getRootDrawablein classPlainDiagram- Throws:
IOException
-
getDescription
-
score
public int score()
-