Uses of Class
org.hippoecm.frontend.plugins.gallery.model.GalleryException
Package
Description
-
Uses of GalleryException in org.hippoecm.frontend.plugins.gallery.imageutil
Modifier and TypeMethodDescriptionvoid
AbstractImageOperation.execute
(InputStream data, String mimeType) Deprecated.AbstractImageOperation.run
(InputStream data, String mimeType) ImageOperation.run
(InputStream data, String mimeType) Runs an image operation and returns the result.ScaleImageOperation.run
(InputStream data, String mimeType) ScaleSvgOperation.run
(InputStream data, String mimeType) ModifierConstructorDescriptionImageBinary
(Node node, InputStream stream, String fileName) ImageBinary
(Node parent, InputStream stream, String fileName, String mimeType) -
Uses of GalleryException in org.hippoecm.frontend.plugins.gallery.model
Modifier and TypeClassDescriptionclass
class
class
Modifier and TypeMethodDescriptionDefaultGalleryProcessor.createThumbnail
(InputStream imageData, int maxSize, String mimeType) Creates a thumbnail version of an image.GalleryProcessor.getDesiredResourceDimension
(Node node) void
DefaultGalleryProcessor.initGalleryResource
(Node node, InputStream data, String mimeType, String fileName, Calendar lastModified) void
GalleryProcessor.initGalleryResource
(Node node, InputStream data, String mimeType, String fileName, Calendar lastModified) boolean
DefaultGalleryProcessor.isUpscalingEnabled
(Node node) boolean
GalleryProcessor.isUpscalingEnabled
(Node node) Deprecated.UseScalingParameters.isUpscaling()
insteadvoid
DefaultGalleryProcessor.makeImage
(Node node, InputStream istream, String mimeType, String fileName) void
GalleryProcessor.makeImage
(Node node, InputStream istream, String mimeType, String filename) protected void
DefaultGalleryProcessor.makeThumbnailImage
(Node node, InputStream resourceData, String mimeType) protected void
NullGalleryProcessor.makeThumbnailImage
(Node node, InputStream resourceData, String mimeType) -
Uses of GalleryException in org.hippoecm.frontend.validation
AbstractImageOperation.run(InputStream, String)
instead