| Modifier and Type | Method and Description |
|---|---|
int |
StiImageCache.addImageInt(java.awt.image.BufferedImage image,
StiImageFormat imageFormat)
Put
BufferedImage to cache & return it's number in store |
int |
StiImageCache.addImageInt(java.awt.image.BufferedImage image,
StiImageFormat imageFormat,
StiColorImageFormat colorFormat)
Put
BufferedImage to cache & return it's number in store |
| Constructor and Description |
|---|
StiImageCache(boolean useImageComparer,
StiImageFormat imageFormat,
float imageQuality) |
StiImageCache(boolean useImageComparer,
StiImageFormat imageFormat,
float imageQuality,
boolean useImageTransparency) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
StiImageHelper.imageToBase64(java.awt.image.BufferedImage image,
StiImageFormat format) |
static byte[] |
StiImageHelper.imageToByteArray(java.awt.image.BufferedImage image,
StiImageFormat format) |
static void |
StiImageHelper.saveWithDPI(java.awt.image.BufferedImage image,
java.io.File output,
StiImageFormat format,
int dpi,
float compression) |
static void |
StiImageHelper.saveWithDPI(java.awt.image.BufferedImage image,
java.io.OutputStream output,
StiImageFormat format,
java.lang.Integer dpi,
float compression) |
| Modifier and Type | Method and Description |
|---|---|
StiImageFormat |
StiTiffExportService.getImageFormat()
Specifies the format of the image.
|
StiImageFormat |
StiSvgExportService.getImageFormat()
Specifies the format of the image.
|
StiImageFormat |
StiPngExportService.getImageFormat()
Specifies the format of the image.
|
StiImageFormat |
StiPcxExportService.getImageFormat()
Specifies the format of the image.
|
StiImageFormat |
StiJpegExportService.getImageFormat()
Specifies the format of the image.
|
abstract StiImageFormat |
StiImageExportService.getImageFormat()
Specifies the format of the image.
|
StiImageFormat |
StiHtmlExportService.getImageFormat() |
StiImageFormat |
StiEmfExportService.getImageFormat()
Specifies the format of the image.
|
StiImageFormat |
StiBmpExportService.getImageFormat()
Specifies the format of the image.
|
| Modifier and Type | Method and Description |
|---|---|
static org.w3c.dom.Document |
StiSvgExportService.StiSvgHelper.saveComponent(StiComponent component,
StiImageFormat imageFormat,
float imageQuality,
float imageResolution)
Save component to
Document |
static java.lang.String |
StiSvgExportService.StiSvgHelper.saveComponentToString(StiComponent component,
StiImageFormat imageFormat,
float imageQuality,
float imageResolution) |
static void |
StiSvgExportService.StiSvgHelper.saveToStream(StiReport report,
StiPage page,
java.io.OutputStream outputStream,
boolean compressed,
boolean standalone,
int clipCounter,
StiImageFormat imageFormat,
float imageQuality,
float imageResolution)
Save to
OutputStream * @param report StiReport |
| Modifier and Type | Method and Description |
|---|---|
StiImageFormat |
StiHtmlExportSettings.getImageFormat()
Gets image format for exported images.
|
StiImageFormat |
StiHtml5ExportSettings.getImageFormat()
Gets image format for exported images.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StiHtmlExportSettings.setImageFormat(StiImageFormat imageFormat)
Sets image format for exported images
|
void |
StiHtml5ExportSettings.setImageFormat(StiImageFormat imageFormat)
Sets image format for exported images.
|
| Modifier and Type | Method and Description |
|---|---|
static StiImageFormat |
StiImageFormat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiImageFormat[] |
StiImageFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
StiExportUtils.saveComponentToString(StiComponent component,
StiImageFormat imageFormat,
float imageQuality,
float imageResolution) |
Copyright © 2019 Stimulsoft. All Rights Reserved.