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)
Executes an image operation.
|
void |
ScaleImageOperation.execute(InputStream data,
String mimeType) |
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 | 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) |
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–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.