public interface Generator
void
clear()
Generator
generate(String content)
BufferedImage
getImage()
boolean
toFile(String pathname)
toStream(OutputStream output)
Generator generate(String content)
BufferedImage getImage()
boolean toFile(String pathname) throws IOException
IOException
boolean toStream(OutputStream output) throws IOException
void clear()
Copyright © 2017. All rights reserved.