ch.systemsx.cisd.openbis.dss.generic.shared.utils
Class PngWritingHelper
java.lang.Object
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.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)