Package | Description |
---|---|
org.hippoecm.frontend.plugins.gallery.imageutil | |
org.hippoecm.frontend.plugins.gallery.model |
Modifier and Type | Method and Description |
---|---|
void |
AbstractImageOperation.execute(InputStream data,
String mimeType)
Deprecated.
Use
AbstractImageOperation.run(InputStream, String) instead |
ImageOperationResult |
ScaleSvgOperation.run(InputStream data,
String mimeType) |
ImageOperationResult |
AbstractImageOperation.run(InputStream data,
String mimeType) |
ImageOperationResult |
ScaleImageOperation.run(InputStream data,
String mimeType) |
ImageOperationResult |
ImageOperation.run(InputStream data,
String mimeType)
Runs an image operation and returns the result.
|
Constructor and Description |
---|
ImageBinary(javax.jcr.Node node,
InputStream stream,
String fileName) |
ImageBinary(javax.jcr.Node parent,
InputStream stream,
String fileName,
String mimeType) |
Modifier and Type | Class and Description |
---|---|
class |
SvgScriptGalleryException |
Modifier and Type | Method and Description |
---|---|
InputStream |
DefaultGalleryProcessor.createThumbnail(InputStream imageData,
int maxSize,
String mimeType)
Creates a thumbnail version of an image.
|
Dimension |
GalleryProcessor.getDesiredResourceDimension(javax.jcr.Node node) |
void |
DefaultGalleryProcessor.initGalleryResource(javax.jcr.Node node,
InputStream data,
String mimeType,
String fileName,
Calendar lastModified) |
void |
GalleryProcessor.initGalleryResource(javax.jcr.Node node,
InputStream data,
String mimeType,
String fileName,
Calendar lastModified) |
boolean |
DefaultGalleryProcessor.isUpscalingEnabled(javax.jcr.Node node) |
boolean |
GalleryProcessor.isUpscalingEnabled(javax.jcr.Node node)
Deprecated.
Use
ScalingParameters.isUpscaling() instead |
void |
DefaultGalleryProcessor.makeImage(javax.jcr.Node node,
InputStream istream,
String mimeType,
String fileName) |
void |
GalleryProcessor.makeImage(javax.jcr.Node node,
InputStream istream,
String mimeType,
String filename) |
protected void |
DefaultGalleryProcessor.makeThumbnailImage(javax.jcr.Node node,
InputStream resourceData,
String mimeType) |
protected void |
NullGalleryProcessor.makeThumbnailImage(javax.jcr.Node node,
InputStream resourceData,
String mimeType) |
Copyright © 2007–2019 Hippo B.V. (http://www.onehippo.com). All rights reserved.