net.sourceforge.plantuml.flashcode
Interface FlashCodeUtils

All Known Implementing Classes:
FlashCodeUtilsNone, FlashCodeUtilsZxing

public interface FlashCodeUtils


Method Summary
 java.util.List<java.awt.image.BufferedImage> exportFlashcodeCompress(java.lang.String s)
           
 java.util.List<java.awt.image.BufferedImage> exportFlashcodeSimple(java.lang.String s)
           
 java.util.List<java.awt.image.BufferedImage> exportSplitCompress(java.lang.String s)
           
 

Method Detail

exportFlashcodeSimple

java.util.List<java.awt.image.BufferedImage> exportFlashcodeSimple(java.lang.String s)
                                                                   throws java.io.IOException
Throws:
java.io.IOException

exportFlashcodeCompress

java.util.List<java.awt.image.BufferedImage> exportFlashcodeCompress(java.lang.String s)
                                                                     throws java.io.IOException
Throws:
java.io.IOException

exportSplitCompress

java.util.List<java.awt.image.BufferedImage> exportSplitCompress(java.lang.String s)
                                                                 throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2013. All Rights Reserved.