Class StiPcxExportService.StiPcxHelper
java.lang.Object
com.stimulsoft.report.export.service.StiPcxExportService.StiPcxHelper
- Enclosing class:
StiPcxExportService
Accessory class StiPcxHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidsaveToStream(BufferedImage imageForExport, StiPcxPaletteType paletteType, StiMonochromeDitheringType ditheringType, OutputStream stream) SaveBufferedImageto stream
-
Constructor Details
-
StiPcxHelper
public StiPcxHelper()
-
-
Method Details
-
saveToStream
public static void saveToStream(BufferedImage imageForExport, StiPcxPaletteType paletteType, StiMonochromeDitheringType ditheringType, OutputStream stream) throws IOException SaveBufferedImageto stream- Parameters:
imageForExport-BufferedImagepaletteType-StiPcxPaletteTypeditheringType-StiMonochromeDitheringTypestream-OutputStream- Throws:
IOException
-