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(String source)
           
 
Method Summary
 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(Defines defines,
                          String source,
                          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

getBlocks

public final List<BlockUml> getBlocks()


Copyright © 2011. All Rights Reserved.