net.sourceforge.plantuml
Class SourceStringReader
java.lang.Object
net.sourceforge.plantuml.SourceStringReader
public class SourceStringReader
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SourceStringReader
public SourceStringReader(java.lang.String source)
SourceStringReader
public SourceStringReader(Defines defines,
java.lang.String source,
java.util.List<java.lang.String> config)
generateImage
public java.lang.String generateImage(java.io.OutputStream os)
throws java.io.IOException
- Throws:
java.io.IOException
generateImage
public java.lang.String generateImage(java.io.File f)
throws java.io.IOException
- Throws:
java.io.IOException
generateImage
public java.lang.String generateImage(java.io.OutputStream os,
FileFormatOption fileFormatOption)
throws java.io.IOException
- Throws:
java.io.IOException
generateImage
public java.lang.String generateImage(java.io.OutputStream os,
int numImage)
throws java.io.IOException
- Throws:
java.io.IOException
generateImage
public java.lang.String generateImage(java.io.OutputStream os,
int numImage,
FileFormatOption fileFormatOption)
throws java.io.IOException
- Throws:
java.io.IOException
getBlocks
public final java.util.List<BlockUml> getBlocks()
Copyright © 2011. All Rights Reserved.