com.liferay.portal.kernel.image
Interface SpriteProcessor


public interface SpriteProcessor

View Source

Author:
Brian Wing Shun Chan

Method Summary
 java.util.Properties generate(java.util.List<java.io.File> images, java.lang.String spriteFileName, java.lang.String spritePropertiesFileName, java.lang.String spritePropertiesRootPath, int maxHeight, int maxWidth, int maxSize)
           
 

Method Detail

generate

java.util.Properties generate(java.util.List<java.io.File> images,
                              java.lang.String spriteFileName,
                              java.lang.String spritePropertiesFileName,
                              java.lang.String spritePropertiesRootPath,
                              int maxHeight,
                              int maxWidth,
                              int maxSize)
                              throws java.io.IOException
Throws:
java.io.IOException