Liferay 6.0-ee

Uses of Class
com.liferay.portal.kernel.image.ImageBag

Packages that use ImageBag
com.liferay.portal.image   
com.liferay.portal.kernel.image   
 

Uses of ImageBag in com.liferay.portal.image
 

Methods in com.liferay.portal.image that return ImageBag
 ImageBag ImageProcessorImpl.read(byte[] bytes)
           
 ImageBag ImageProcessorImpl.read(File file)
           
 

Uses of ImageBag in com.liferay.portal.kernel.image
 

Methods in com.liferay.portal.kernel.image that return ImageBag
static ImageBag ImageProcessorUtil.read(byte[] bytes)
           
 ImageBag ImageProcessor.read(byte[] bytes)
           
static ImageBag ImageProcessorUtil.read(File file)
           
 ImageBag ImageProcessor.read(File file)
           
 


Liferay 6.0-ee