com.liferay.portal.kernel.image
Class SpriteProcessorUtil
java.lang.Object
com.liferay.portal.kernel.image.SpriteProcessorUtil
public class SpriteProcessorUtil
- extends java.lang.Object
View Source
- Author:
- Brian Wing Shun Chan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpriteProcessorUtil
public SpriteProcessorUtil()
generate
public static 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
getSpriteProcessor
public static SpriteProcessor getSpriteProcessor()
setSpriteProcessor
public void setSpriteProcessor(SpriteProcessor spriteProcessor)