Package net.sourceforge.plantuml.donors
Class PSystemDonors
- java.lang.Object
-
- net.sourceforge.plantuml.AbstractPSystem
-
- net.sourceforge.plantuml.donors.PSystemDonors
-
- All Implemented Interfaces:
Diagram
public class PSystemDonors extends AbstractPSystem
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DONORS
-
Constructor Summary
Constructors Constructor Description PSystemDonors()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PSystemDonors
create()
protected ImageData
exportDiagramNow(java.io.OutputStream os, int num, FileFormatOption fileFormat, long seed)
static java.util.List<TextBlock>
getCols(java.util.List<java.lang.String> lines, int nbCol, int reserved)
DiagramDescription
getDescription()
-
Methods inherited from class net.sourceforge.plantuml.AbstractPSystem
checkFinalError, executeCommand, exportDiagram, getMetadata, getNbImages, getScale, getSource, getTitle, getWarningOrError, hasUrl, isOk, makeDiagramReady, seed, setScale, setSource
-
-
-
-
Field Detail
-
DONORS
public static final java.lang.String DONORS
- See Also:
- Constant Field Values
-
-
Method Detail
-
exportDiagramNow
protected final ImageData exportDiagramNow(java.io.OutputStream os, int num, FileFormatOption fileFormat, long seed) throws java.io.IOException
- Specified by:
exportDiagramNow
in classAbstractPSystem
- 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()
-
-