Uses of Enum Class
com.stimulsoft.report.export.tools.StiImageFormat
Packages that use StiImageFormat
Package
Description
-
Uses of StiImageFormat in com.stimulsoft.report
Fields in com.stimulsoft.report declared as StiImageFormatMethods in com.stimulsoft.report with parameters of type StiImageFormatModifier and TypeMethodDescriptionintStiImageCache.addImageInt(BufferedImage image, StiImageFormat imageFormat) PutBufferedImageto cache invalid input: '&' return it's number in storeintStiImageCache.addImageInt(BufferedImage image, StiImageFormat imageFormat, StiColorImageFormat colorFormat, byte[] imageBytes, boolean alpha) PutBufferedImageto cache invalid input: '&' return it's number in storeConstructors in com.stimulsoft.report with parameters of type StiImageFormatModifierConstructorDescriptionStiImageCache(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 StiImageFormatModifier and TypeMethodDescriptionstatic StringStiImageHelper.imageToBase64(BufferedImage image, StiImageFormat format) static byte[]StiImageHelper.imageToByteArray(BufferedImage image, StiImageFormat format) static voidStiImageHelper.saveWithDPI(BufferedImage image, File output, StiImageFormat format, int dpi, float compression) static voidStiImageHelper.saveWithDPI(BufferedImage image, OutputStream output, StiImageFormat format, Integer dpi, float compression) -
Uses of StiImageFormat in com.stimulsoft.report.export.service
Methods in com.stimulsoft.report.export.service that return StiImageFormatModifier and TypeMethodDescriptionStiBmpExportService.getImageFormat()Specifies the format of the image.StiEmfExportService.getImageFormat()Specifies the format of the image.StiHtmlExportService.getImageFormat()abstract StiImageFormatStiImageExportService.getImageFormat()Specifies the format of the image.StiJpegExportService.getImageFormat()Specifies the format of the image.StiPcxExportService.getImageFormat()Specifies the format of the image.StiPngExportService.getImageFormat()Specifies the format of the image.StiSvgExportService.getImageFormat()Specifies the format of the image.StiTiffExportService.getImageFormat()Specifies the format of the image. -
Uses of StiImageFormat in com.stimulsoft.report.export.service.helper
Methods in com.stimulsoft.report.export.service.helper with parameters of type StiImageFormatModifier and TypeMethodDescriptionstatic DocumentStiSvgHelper.saveComponent(StiComponent component, StiImageFormat imageFormat, float imageQuality, float imageResolution) Save component toDocumentstatic StringStiSvgHelper.saveComponentToString(StiComponent component, StiImageFormat imageFormat, float imageQuality, float imageResolution) static voidStiSvgHelper.saveToStream(StiReport report, StiPage page, OutputStream outputStream, boolean compressed, boolean standalone, int clipCounter, StiImageFormat imageFormat, float imageQuality, float imageResolution) Save toOutputStream* @param reportStiReportstatic voidStiSvgHelper.writeImage2(Element el, StiSvgData svgData, StiImage image, float imageResolution, StiImageFormat imageFormat, float imageQuality, Document doc) -
Uses of StiImageFormat in com.stimulsoft.report.export.settings
Methods in com.stimulsoft.report.export.settings that return StiImageFormatModifier and TypeMethodDescriptionStiHtml5ExportSettings.getImageFormat()Gets image format for exported images.StiHtmlExportSettings.getImageFormat()Gets image format for exported images.Methods in com.stimulsoft.report.export.settings with parameters of type StiImageFormatModifier and TypeMethodDescriptionvoidStiHtml5ExportSettings.setImageFormat(StiImageFormat imageFormat) Sets image format for exported images.voidStiHtmlExportSettings.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 StiImageFormatModifier and TypeMethodDescriptionstatic StiImageFormatReturns the enum constant of this class with the specified name.static StiImageFormat[]StiImageFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.stimulsoft.report.export.tools with parameters of type StiImageFormatModifier and TypeMethodDescriptionstatic StringStiExportUtils.saveComponentToString(StiComponent component, StiImageFormat imageFormat, float imageQuality, float imageResolution)