Package net.sourceforge.plantuml.donors
Class PSystemDonors
- java.lang.Object
-
- net.sourceforge.plantuml.AbstractPSystem
-
- net.sourceforge.plantuml.PlainDiagram
-
- net.sourceforge.plantuml.donors.PSystemDonors
-
- All Implemented Interfaces:
Diagram
,WarningHandler
public class PSystemDonors extends PlainDiagram
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DONORS
-
Constructor Summary
Constructors Constructor Description PSystemDonors(UmlSource source, PreprocessingArtifact preprocessing)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PSystemDonors
create(UmlSource source, PreprocessingArtifact preprocessing)
static java.util.List<TextBlock>
getCols(java.util.List<java.lang.String> lines, int nbCol, int reserved)
DiagramDescription
getDescription()
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
-
-
-
-
Field Detail
-
DONORS
public static final java.lang.String DONORS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PSystemDonors
public PSystemDonors(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
-
getCols
public static java.util.List<TextBlock> getCols(java.util.List<java.lang.String> lines, int nbCol, int reserved) throws java.io.IOException
- Throws:
java.io.IOException
-
getDescription
public DiagramDescription getDescription()
-
create
public static PSystemDonors create(UmlSource source, PreprocessingArtifact preprocessing)
-
-