ch.systemsx.cisd.openbis.dss.generic.shared.utils
Class PngWritingHelper

java.lang.Object
  extended by ch.systemsx.cisd.openbis.dss.generic.shared.utils.PngWritingHelper

public class PngWritingHelper
extends java.lang.Object

An object that encapsulates some knowledge about how PNG files should be created.


Method Summary
static PngWritingHelper createHelper(java.awt.image.BufferedImage image)
           
 void fillLine(ar.com.hjg.pngj.ImageLine imageLine, int row)
           
 int getCols()
           
 ar.com.hjg.pngj.ImageInfo getImageInfo()
           
 int getRows()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createHelper

public static PngWritingHelper createHelper(java.awt.image.BufferedImage image)

getRows

public int getRows()

getCols

public int getCols()

getImageInfo

public ar.com.hjg.pngj.ImageInfo getImageInfo()

fillLine

public void fillLine(ar.com.hjg.pngj.ImageLine imageLine,
                     int row)