API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt.image. ColorConvertOp View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      ColorConvertOp
Implements
 BufferedImageOp
 RasterOp
Subclasses
Description
public class ColorConvertOp
  This class performs a pixel-by-pixel color conversion of the data in the source image.
Constructors
public ColorConvertOp (ColorSpace srcCspace, ColorSpace dstCspace, RenderingHints hints)
  Constructs a new ColorConvertOp from two ColorSpace objects.
public ColorConvertOp (ColorSpace cspace, RenderingHints hints)
  Constructs a new ColorConvertOp from a ColorSpace object.
public ColorConvertOp (ICC_Profile profiles, RenderingHints hints)
  Constructs a new ColorConvertOp from an array of ICC_Profiles.
public ColorConvertOp (RenderingHints hints)
  Constructs a new ColorConvertOp which will convert from a source color space to a destination color space.
Methods
Hide/Show inherited methods
public BufferedImage createCompatibleDestImage (BufferedImage src, ColorModel destCM) [Specified in BufferedImageOp]
  Creates a zeroed destination image with the correct size and number of bands, given this source.
public WritableRaster createCompatibleDestRaster (Raster src) [Specified in RasterOp]
  Creates a zeroed destination Raster with the correct size and number of bands, given this source.
publicfinal BufferedImage filter (BufferedImage src, BufferedImage dest) [Specified in BufferedImageOp]
  ColorConverts the source BufferedImage.
publicfinal WritableRaster filter (Raster src, WritableRaster dest) [Specified in RasterOp]
  ColorConverts the image data in the source Raster.
publicfinal Rectangle2D getBounds2D (BufferedImage src) [Specified in BufferedImageOp]
  Returns the bounding box of the destination, given this source.
publicfinal Rectangle2D getBounds2D (Raster src) [Specified in RasterOp]
  Returns the bounding box of the destination, given this source.
publicfinal ICC_Profile getICC_Profiles ()
  Returns the array of ICC_Profiles used to construct this ColorConvertOp.
publicfinal Point2D getPoint2D (Point2D srcPt, Point2D dstPt) [Specified in BufferedImageOp]
  Returns the location of the destination point given a point in the source.
publicfinal RenderingHints getRenderingHints () [Specified in BufferedImageOp]
  Returns the rendering hints used by this op.
Fields
Hide/Show inherited fields
pack-private ColorSpace CSList
pack-private float dstMaxVals
pack-private float dstMinVals
pack-private boolean gotProfiles
pack-private RenderingHints hints
pack-private ICC_Profile profileList
pack-private float srcMaxVals
pack-private float srcMinVals
pack-private ICC_Profile thisDestProfile
pack-private sun.awt.color.ICC_Transform thisRasterTransform
pack-private ICC_Profile thisSrcProfile
pack-private sun.awt.color.ICC_Transform thisTransform
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar