com.stimulsoft.report.export.service
Class StiPcxExportService.StiPcxHelper

java.lang.Object
  extended by com.stimulsoft.report.export.service.StiPcxExportService.StiPcxHelper
Enclosing class:
StiPcxExportService

public static class StiPcxExportService.StiPcxHelper
extends java.lang.Object

Accessory class StiPcxHelper


Constructor Summary
StiPcxExportService.StiPcxHelper()
           
 
Method Summary
static void saveToStream(java.awt.image.BufferedImage imageForExport, StiPcxPaletteType paletteType, StiMonochromeDitheringType ditheringType, java.io.OutputStream stream)
          Save BufferedImage to stream
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiPcxExportService.StiPcxHelper

public StiPcxExportService.StiPcxHelper()
Method Detail

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