Package net.sourceforge.plantuml
Class SourceStringReader
- java.lang.Object
-
- net.sourceforge.plantuml.SourceStringReader
-
public class SourceStringReader extends Object
-
-
Constructor Summary
Constructors Constructor Description SourceStringReader(String source)
SourceStringReader(String source, String charset)
SourceStringReader(String source, Charset charset)
SourceStringReader(String source, SFile newCurrentDir)
SourceStringReader(Defines defines, String source)
SourceStringReader(Defines defines, String source, String charset, List<String> config)
SourceStringReader(Defines defines, String source, String charset, List<String> config, SFile newCurrentDir)
SourceStringReader(Defines defines, String source, Charset charset, List<String> config, SFile newCurrentDir)
SourceStringReader(Defines defines, String source, List<String> config)
-
Method Summary
-
-
-
Constructor Detail
-
SourceStringReader
public SourceStringReader(String source)
-
SourceStringReader
public SourceStringReader(Defines defines, String source, String charset, List<String> config)
-
SourceStringReader
public SourceStringReader(Defines defines, String source, String charset, List<String> config, SFile newCurrentDir)
-
-
Method Detail
-
generateImage
@Deprecated public String generateImage(OutputStream os) throws IOException
Deprecated.- Throws:
IOException
-
outputImage
public DiagramDescription outputImage(OutputStream os) throws IOException
- Throws:
IOException
-
generateImage
@Deprecated public String generateImage(SFile f) throws IOException
Deprecated.- Throws:
IOException
-
outputImage
public DiagramDescription outputImage(SFile f) throws IOException
- Throws:
IOException
-
generateImage
@Deprecated public String generateImage(OutputStream os, FileFormatOption fileFormatOption) throws IOException
Deprecated.- Throws:
IOException
-
outputImage
public DiagramDescription outputImage(OutputStream os, FileFormatOption fileFormatOption) throws IOException
- Throws:
IOException
-
generateImage
@Deprecated public String generateImage(OutputStream os, int numImage) throws IOException
Deprecated.- Throws:
IOException
-
outputImage
public DiagramDescription outputImage(OutputStream os, int numImage) throws IOException
- Throws:
IOException
-
generateImage
@Deprecated public String generateImage(OutputStream os, int numImage, FileFormatOption fileFormatOption) throws IOException
Deprecated.- Throws:
IOException
-
outputImage
public DiagramDescription outputImage(OutputStream os, int numImage, FileFormatOption fileFormatOption) throws IOException
- Throws:
IOException
-
generateDiagramDescription
public DiagramDescription generateDiagramDescription(int numImage, FileFormatOption fileFormatOption)
-
generateDiagramDescription
public DiagramDescription generateDiagramDescription()
-
generateDiagramDescription
public DiagramDescription generateDiagramDescription(FileFormatOption fileFormatOption)
-
generateDiagramDescription
public DiagramDescription generateDiagramDescription(int numImage)
-
getCMapData
public String getCMapData(int numImage, FileFormatOption fileFormatOption) throws IOException
- Throws:
IOException
-
noStartumlFound
public ImageData noStartumlFound(OutputStream os, FileFormatOption fileFormatOption) throws IOException
- Throws:
IOException
-
-