net.sourceforge.plantuml
Class SourceStringReader

java.lang.Object
  extended by net.sourceforge.plantuml.SourceStringReader

public class SourceStringReader
extends Object


Constructor Summary
SourceStringReader(Defines defines, String source, List<String> config)
           
SourceStringReader(Defines defines, String source, String charset, List<String> config)
           
SourceStringReader(String source)
           
SourceStringReader(String source, String charset)
           
 
Method Summary
 DiagramDescription generateDiagramDescription(File f)
           
 DiagramDescription generateDiagramDescription(OutputStream os)
           
 DiagramDescription generateDiagramDescription(OutputStream os, FileFormatOption fileFormatOption)
           
 DiagramDescription generateDiagramDescription(OutputStream os, int numImage)
           
 DiagramDescription generateDiagramDescription(OutputStream os, int numImage, FileFormatOption fileFormatOption)
           
 String generateImage(File f)
           
 String generateImage(OutputStream os)
           
 String generateImage(OutputStream os, FileFormatOption fileFormatOption)
           
 String generateImage(OutputStream os, int numImage)
           
 String generateImage(OutputStream os, int numImage, FileFormatOption fileFormatOption)
           
 List<BlockUml> getBlocks()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceStringReader

public SourceStringReader(String source)

SourceStringReader

public SourceStringReader(String source,
                          String charset)

SourceStringReader

public SourceStringReader(Defines defines,
                          String source,
                          List<String> config)

SourceStringReader

public SourceStringReader(Defines defines,
                          String source,
                          String charset,
                          List<String> config)
Method Detail

generateImage

public String generateImage(OutputStream os)
                     throws IOException
Throws:
IOException

generateImage

public String generateImage(File f)
                     throws IOException
Throws:
IOException

generateImage

public String generateImage(OutputStream os,
                            FileFormatOption fileFormatOption)
                     throws IOException
Throws:
IOException

generateImage

public String generateImage(OutputStream os,
                            int numImage)
                     throws IOException
Throws:
IOException

generateImage

public String generateImage(OutputStream os,
                            int numImage,
                            FileFormatOption fileFormatOption)
                     throws IOException
Throws:
IOException

generateDiagramDescription

public DiagramDescription generateDiagramDescription(OutputStream os)
                                              throws IOException
Throws:
IOException

generateDiagramDescription

public DiagramDescription generateDiagramDescription(File f)
                                              throws IOException
Throws:
IOException

generateDiagramDescription

public DiagramDescription generateDiagramDescription(OutputStream os,
                                                     FileFormatOption fileFormatOption)
                                              throws IOException
Throws:
IOException

generateDiagramDescription

public DiagramDescription generateDiagramDescription(OutputStream os,
                                                     int numImage)
                                              throws IOException
Throws:
IOException

generateDiagramDescription

public DiagramDescription generateDiagramDescription(OutputStream os,
                                                     int numImage,
                                                     FileFormatOption fileFormatOption)
                                              throws IOException
Throws:
IOException

getBlocks

public final List<BlockUml> getBlocks()


Copyright © 2014. All Rights Reserved.