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
public class PSystemDonors extends PlainDiagram
-
-
Constructor Summary
Constructors Constructor Description PSystemDonors(UmlSource source)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PSystemDonors
create(UmlSource source)
static List<TextBlock>
getCols(List<String> lines, int nbCol, int reserved)
DiagramDescription
getDescription()
protected UDrawable
getRootDrawable(FileFormatOption fileFormatOption)
-
Methods inherited from class net.sourceforge.plantuml.PlainDiagram
createImageBuilder, exportDiagramNow
-
Methods inherited from class net.sourceforge.plantuml.AbstractPSystem
checkFinalError, executeCommand, exportDiagram, getDefaultMargins, getMetadata, getNbImages, getScale, getSource, getSplitPagesHorizontal, getSplitPagesVertical, getTitle, getTitleDisplay, getWarningOrError, hasUrl, isOk, makeDiagramReady, muteColorMapper, seed, setScale, setSplitPagesHorizontal, setSplitPagesVertical
-
-
-
-
Field Detail
-
DONORS
public static final String DONORS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PSystemDonors
public PSystemDonors(UmlSource source)
-
-
Method Detail
-
getRootDrawable
protected UDrawable getRootDrawable(FileFormatOption fileFormatOption) throws IOException
- Specified by:
getRootDrawable
in classPlainDiagram
- Throws:
IOException
-
getCols
public static List<TextBlock> getCols(List<String> lines, int nbCol, int reserved) throws IOException
- Throws:
IOException
-
getDescription
public DiagramDescription getDescription()
-
create
public static PSystemDonors create(UmlSource source)
-
-