net.sourceforge.plantuml.flashcode
Interface FlashCodeUtils

All Known Implementing Classes:
FlashCodeUtilsNone, FlashCodeUtilsZxing

public interface FlashCodeUtils


Method Summary
 List<BufferedImage> exportFlashcodeCompress(String s)
           
 List<BufferedImage> exportFlashcodeSimple(String s)
           
 List<BufferedImage> exportSplitCompress(String s)
           
 

Method Detail

exportFlashcodeSimple

List<BufferedImage> exportFlashcodeSimple(String s)
                                          throws IOException
Throws:
IOException

exportFlashcodeCompress

List<BufferedImage> exportFlashcodeCompress(String s)
                                            throws IOException
Throws:
IOException

exportSplitCompress

List<BufferedImage> exportSplitCompress(String s)
                                        throws IOException
Throws:
IOException


Copyright © 2013. All Rights Reserved.