Uses of Class
org.apache.sanselan.formats.png.GammaCorrection

Packages that use GammaCorrection
org.apache.sanselan.formats.png   
org.apache.sanselan.formats.png.chunks   
 

Uses of GammaCorrection in org.apache.sanselan.formats.png
 

Fields in org.apache.sanselan.formats.png declared as GammaCorrection
protected  GammaCorrection ScanExpediter.gammaCorrection
           
 

Constructors in org.apache.sanselan.formats.png with parameters of type GammaCorrection
ScanExpediter(int width, int height, java.io.InputStream is, java.awt.image.BufferedImage bi, int color_type, int bitDepth, int bitsPerPixel, PNGChunkPLTE pngChunkPLTE, GammaCorrection gammaCorrection, TransparencyFilter transparencyFilter)
           
ScanExpediterInterlaced(int width, int height, java.io.InputStream is, java.awt.image.BufferedImage bi, int color_type, int BitDepth, int bits_per_pixel, PNGChunkPLTE fPNGChunkPLTE, GammaCorrection fGammaCorrection, TransparencyFilter fTransparencyFilter)
           
ScanExpediterSimple(int width, int height, java.io.InputStream is, java.awt.image.BufferedImage bi, int color_type, int BitDepth, int bitsPerPixel, PNGChunkPLTE pngChunkPLTE, GammaCorrection gammaCorrection, TransparencyFilter transparencyFilter)
           
 

Uses of GammaCorrection in org.apache.sanselan.formats.png.chunks
 

Methods in org.apache.sanselan.formats.png.chunks with parameters of type GammaCorrection
 void PNGChunkPLTE.correct(GammaCorrection gammaCorrection)
           
 



Copyright © 2007-2009. All Rights Reserved.