net.sourceforge.plantuml
Class SourceStringReader
java.lang.Object
net.sourceforge.plantuml.SourceStringReader
public class SourceStringReader
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SourceStringReader
public SourceStringReader(String source)
SourceStringReader
public SourceStringReader(Defines defines,
String source,
List<String> config)
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.