|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of StiImageFormat in com.stimulsoft.report |
---|
Methods in com.stimulsoft.report with parameters of type StiImageFormat | |
---|---|
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,
byte[] imageBytes)
Put BufferedImage to cache & return it's number in store |
Constructors in com.stimulsoft.report with parameters of type StiImageFormat | |
---|---|
StiImageCache(boolean useImageComparer,
StiImageFormat imageFormat,
float imageQuality)
|
|
StiImageCache(boolean useImageComparer,
StiImageFormat imageFormat,
float imageQuality,
boolean useImageTransparency)
|
Uses of StiImageFormat in com.stimulsoft.report.components.simplecomponents |
---|
Methods in com.stimulsoft.report.components.simplecomponents with parameters of type StiImageFormat | |
---|---|
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)
|
Uses of StiImageFormat in com.stimulsoft.report.export.service |
---|
Methods in com.stimulsoft.report.export.service that return StiImageFormat | |
---|---|
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. |
Methods in com.stimulsoft.report.export.service with parameters of type StiImageFormat | |
---|---|
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 |
Uses of StiImageFormat in com.stimulsoft.report.export.settings |
---|
Methods in com.stimulsoft.report.export.settings that return StiImageFormat | |
---|---|
StiImageFormat |
StiHtmlExportSettings.getImageFormat()
Gets image format for exported images. |
StiImageFormat |
StiHtml5ExportSettings.getImageFormat()
Gets image format for exported images. |
Methods in com.stimulsoft.report.export.settings with parameters of type StiImageFormat | |
---|---|
void |
StiHtmlExportSettings.setImageFormat(StiImageFormat imageFormat)
Sets image format for exported images. |
void |
StiHtml5ExportSettings.setImageFormat(StiImageFormat imageFormat)
Sets image format for exported images. |
Uses of StiImageFormat in com.stimulsoft.report.export.tools |
---|
Methods in com.stimulsoft.report.export.tools that return StiImageFormat | |
---|---|
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. |
Methods in com.stimulsoft.report.export.tools with parameters of type StiImageFormat | |
---|---|
static java.lang.String |
StiExportUtils.saveComponentToString(StiComponent component,
StiImageFormat imageFormat,
float imageQuality,
float imageResolution)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |