public interface CockpitImageMediaService
| Modifier and Type | Method and Description |
|---|---|
boolean |
isResizePluginIncluded()
Determines if the resize plugin is included or not
|
void |
setImagesFromZip(java.util.List<byte[]> zipEntryBytes,
ImageTile container)
Set an image from zip
|
void |
setImageWithAutoResize(byte[] bytes,
ImageTile autoResizeDropContainer)
Set an image with auto resize
|
void |
setImageWithFormat(byte[] bytes,
ImageTile superDropTile)
Set an image with the given format
|
void setImageWithFormat(byte[] bytes,
ImageTile superDropTile)
bytes - superDropTile - void setImageWithAutoResize(byte[] bytes,
ImageTile autoResizeDropContainer)
bytes - autoResizeDropContainer - void setImagesFromZip(java.util.List<byte[]> zipEntryBytes,
ImageTile container)
zipEntryBytes - container - boolean isResizePluginIncluded()
Copyright © 2018 SAP SE. All Rights Reserved.