Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.kernel.image.ImageTool

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

Uses of ImageTool in com.liferay.portal.image
 

Classes in com.liferay.portal.image that implement ImageTool
 class ImageToolImpl
           
 

Methods in com.liferay.portal.image that return ImageTool
static ImageTool ImageToolImpl.getInstance()
           
 

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

Methods in com.liferay.portal.kernel.image that return ImageTool
static ImageTool ImageToolUtil.getImageTool()
           
 

Methods in com.liferay.portal.kernel.image with parameters of type ImageTool
 void ImageToolUtil.setImageTool(ImageTool imageTool)
           
 


Liferay 6.2-ce-ga5