Uses of Class
info.magnolia.imaging.ImagingException

Packages that use ImagingException
info.magnolia.imaging   
info.magnolia.imaging.caching   
info.magnolia.imaging.operations   
info.magnolia.imaging.operations.cropresize   
info.magnolia.imaging.operations.load   
 

Uses of ImagingException in info.magnolia.imaging
 

Methods in info.magnolia.imaging that throw ImagingException
 BufferedImage ImageGenerator.generate(P params)
           
 void ImageStreamer.serveImage(ImageGenerator<ParameterProvider<P>> generator, ParameterProvider<P> params, OutputStream out)
          Generates an image (if deemed necessary) with the given ImageGenerator and Parameters, streams it to the given OutputStream.
 void DefaultImageStreamer.serveImage(ImageGenerator<ParameterProvider<P>> generator, ParameterProvider<P> params, OutputStream out)
           
 

Uses of ImagingException in info.magnolia.imaging.caching
 

Methods in info.magnolia.imaging.caching that throw ImagingException
protected  info.magnolia.cms.core.NodeData CachingImageStreamer.generateAndStore(ImageGenerator<ParameterProvider<P>> generator, ParameterProvider<P> parameterProvider)
           
 void CachingImageStreamer.serveImage(ImageGenerator<ParameterProvider<P>> generator, ParameterProvider<P> params, OutputStream out)
           
 

Uses of ImagingException in info.magnolia.imaging.operations
 

Methods in info.magnolia.imaging.operations that throw ImagingException
 BufferedImage ImageOperationChain.apply(BufferedImage source, P params)
           
 BufferedImage ImageOperation.apply(BufferedImage source, P params)
           
 BufferedImage ImageOperationChain.generate(P params)
           
 

Uses of ImagingException in info.magnolia.imaging.operations.cropresize
 

Methods in info.magnolia.imaging.operations.cropresize that throw ImagingException
 BufferedImage AbstractCropAndResize.apply(BufferedImage source, P params)
           
protected abstract  Coords AbstractCropAndResize.getCroopCoords(BufferedImage source, P params)
          Determines the coordinates of the cropping to apply on the source image.
protected  Coords BoundedResize.getCroopCoords(BufferedImage source, ParameterProvider params)
           
protected  Coords AutoCropAndResize.getCroopCoords(BufferedImage source, ParameterProvider params)
           
protected  Coords SelectedCropAndResize.getCroopCoords(BufferedImage source, ParameterProvider<info.magnolia.cms.core.Content> params)
           
 

Uses of ImagingException in info.magnolia.imaging.operations.load
 

Methods in info.magnolia.imaging.operations.load that throw ImagingException
 BufferedImage Blank.apply(BufferedImage source, P params)
           
 BufferedImage AbstractLoader.apply(BufferedImage source, P filterParams)
           
protected  BufferedImage AbstractLoader.doReadAndClose(InputStream inputStream)
           
protected  URL URLImageLoader.getAndValidateUrl(P filterParams)
           
protected  URL ClasspathImageLoader.getAndValidateUrl(P filterParams)
           
protected abstract  URL AbstractURLImageLoader.getAndValidateUrl(P filterParams)
           
protected  info.magnolia.cms.core.NodeData FromContent.getNodeData(ParameterProvider<info.magnolia.cms.core.Content> param)
          Deprecated.  
protected  info.magnolia.cms.core.NodeData FromNodeData.getNodeData(ParameterProvider<info.magnolia.cms.core.NodeData> param)
          Deprecated.  
protected abstract  info.magnolia.cms.core.NodeData AbstractFromContent.getNodeData(ParameterProvider<PT> param)
          Deprecated. Gets the appropriate NodeData instance based on the given ParameterProvider.
protected  BufferedImage AbstractURLImageLoader.loadSource(P filterParams)
           
protected abstract  BufferedImage AbstractLoader.loadSource(P filterParams)
           
protected  BufferedImage AbstractFromNode.loadSource(ParameterProvider<PT> param)
           
protected  BufferedImage AbstractFromContent.loadSource(ParameterProvider<PT> param)
          Deprecated.  
 BufferedImage SunJPEGCodecImageDecoderAlt.read(InputStream in)
           
 BufferedImage SunJPEGCodecImageDecoder.read(InputStream in)
           
 BufferedImage ImageDecoder.read(InputStream in)
           
 



Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.