com.stimulsoft.report.export.service
Class StiPcxExportService.StiPcxHelper
java.lang.Object
com.stimulsoft.report.export.service.StiPcxExportService.StiPcxHelper
- Enclosing class:
- StiPcxExportService
public static class StiPcxExportService.StiPcxHelper
- extends java.lang.Object
Accessory class StiPcxHelper
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiPcxExportService.StiPcxHelper
public StiPcxExportService.StiPcxHelper()
saveToStream
public static void saveToStream(java.awt.image.BufferedImage imageForExport,
StiPcxPaletteType paletteType,
StiMonochromeDitheringType ditheringType,
java.io.OutputStream stream)
throws java.io.IOException
- Save
BufferedImage
to stream
- Parameters:
imageForExport
- BufferedImage
paletteType
- StiPcxPaletteType
ditheringType
- StiMonochromeDitheringType
stream
- OutputStream
- Throws:
java.io.IOException