Liferay 7.0-ce-b4

com.liferay.portal.kernel.servlet.taglib.ui
Class ImageSelectorProcessor

java.lang.Object
  extended by com.liferay.portal.kernel.servlet.taglib.ui.ImageSelectorProcessor

public class ImageSelectorProcessor
extends Object


Constructor Summary
ImageSelectorProcessor(byte[] bytes)
           
 
Method Summary
 byte[] cropImage(String cropRegion)
           
 byte[] scaleImage(int width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageSelectorProcessor

public ImageSelectorProcessor(byte[] bytes)
Method Detail

cropImage

public byte[] cropImage(String cropRegion)
                 throws IOException,
                        PortalException
Throws:
IOException
PortalException

scaleImage

public byte[] scaleImage(int width)
                  throws IOException
Throws:
IOException

Liferay 7.0-ce-b4