Package net.sourceforge.plantuml.error
Class PSystemUnsupported
- java.lang.Object
-
- net.sourceforge.plantuml.AbstractPSystem
-
- net.sourceforge.plantuml.PlainDiagram
-
- net.sourceforge.plantuml.error.PSystemUnsupported
-
- All Implemented Interfaces:
Diagram
,WarningHandler
public class PSystemUnsupported extends PlainDiagram
-
-
Constructor Summary
Constructors Constructor Description PSystemUnsupported(UmlSource source, PreprocessingArtifact preprocessing)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DiagramDescription
getDescription()
TextBlock
getGraphicStrings()
protected UDrawable
getRootDrawable(FileFormatOption fileFormatOption)
-
Methods inherited from class net.sourceforge.plantuml.PlainDiagram
createImageBuilder, exportDiagramGraphic, exportDiagramNow
-
Methods inherited from class net.sourceforge.plantuml.AbstractPSystem
addWarning, checkFinalError, executeCommand, exportDiagram, getDefaultMargins, getMetadata, getNamespaceSeparator, getNbImages, getPreprocessingArtifact, getRequiredPass, getScale, getSource, getSplitPagesHorizontal, getSplitPagesVertical, getTitle, getTitleDisplay, getWarningOrError, getWarnings, hasUrl, isOk, makeDiagramReady, muteColorMapper, seed, setNamespaceSeparator, setScale, setSplitPagesHorizontal, setSplitPagesVertical, startingPass
-
-
-
-
Constructor Detail
-
PSystemUnsupported
public PSystemUnsupported(UmlSource source, PreprocessingArtifact preprocessing)
-
-
Method Detail
-
getRootDrawable
protected UDrawable getRootDrawable(FileFormatOption fileFormatOption) throws java.io.IOException
- Specified by:
getRootDrawable
in classPlainDiagram
- Throws:
java.io.IOException
-
getGraphicStrings
public TextBlock getGraphicStrings()
-
getDescription
public DiagramDescription getDescription()
-
-