Uses of Class
ucar.jpeg.colorspace.ColorSpaceException

Packages that use ColorSpaceException
ucar.jpeg.colorspace   
ucar.jpeg.colorspace.boxes   
ucar.jpeg.icc   
ucar.jpeg.jj2000.j2k.codestream.reader   
 

Uses of ColorSpaceException in ucar.jpeg.colorspace
 

Methods in ucar.jpeg.colorspace that throw ColorSpaceException
static BlkImgDataSrc EnumeratedColorSpaceMapper.createInstance(BlkImgDataSrc src, ColorSpace csMap)
          Factory method for creating instances of this class.
static BlkImgDataSrc ColorSpaceMapper.createInstance(BlkImgDataSrc src, ColorSpace csMap)
          Factory method for creating instances of this class.
static BlkImgDataSrc Resampler.createInstance(BlkImgDataSrc src, ColorSpace csMap)
          Factory method for creating instances of this class.
static BlkImgDataSrc PalettizedColorSpaceMapper.createInstance(BlkImgDataSrc src, ColorSpace csMap)
          Factory method for creating instances of this class.
static BlkImgDataSrc ChannelDefinitionMapper.createInstance(BlkImgDataSrc src, ColorSpace csMap)
          Factory method for creating instances of this class.
static BlkImgDataSrc SYccColorSpaceMapper.createInstance(BlkImgDataSrc src, ColorSpace csMap)
          Factory method for creating instances of this class.
protected  void ColorSpace.getBoxes()
          Retrieve the various boxes from the JP2 file.
 

Constructors in ucar.jpeg.colorspace that throw ColorSpaceException
ChannelDefinitionMapper(BlkImgDataSrc src, ColorSpace csMap)
          Ctor which creates an ICCProfile for the image and initializes all data objects (input, working, and output).
ColorSpace(RandomAccessIO in, HeaderDecoder hd, ParameterList pl)
          public constructor which takes in the image, parameterlist and the image header decoder as args.
ColorSpaceMapper(BlkImgDataSrc src, ColorSpace csMap)
          Ctor which creates an ICCProfile for the image and initializes all data objects (input, working, and output).
EnumeratedColorSpaceMapper(BlkImgDataSrc src, ColorSpace csMap)
          Ctor which creates an ICCProfile for the image and initializes all data objects (input, working, and output).
PalettizedColorSpaceMapper(BlkImgDataSrc src, ColorSpace csMap)
          Ctor which creates an ICCProfile for the image and initializes all data objects (input, working, and output).
Resampler(BlkImgDataSrc src, ColorSpace csMap)
          Ctor resamples a BlkImgDataSrc so that all components have the same number of samples.
SYccColorSpaceMapper(BlkImgDataSrc src, ColorSpace csMap)
          Ctor which creates an ICCProfile for the image and initializes all data objects (input, working, and output).
 

Uses of ColorSpaceException in ucar.jpeg.colorspace.boxes
 

Constructors in ucar.jpeg.colorspace.boxes that throw ColorSpaceException
ChannelDefinitionBox(RandomAccessIO in, int boxStart)
          Construct a ChannelDefinitionBox from an input image.
ColorSpecificationBox(RandomAccessIO in, int boxStart)
          Construct a ColorSpecificationBox from an input image.
ComponentMappingBox(RandomAccessIO in, int boxStart)
          Construct a ComponentMappingBox from an input image.
ImageHeaderBox(RandomAccessIO in, int boxStart)
          Construct an ImageHeaderBox from an input image.
JP2Box()
           
JP2Box(RandomAccessIO in, int boxStart)
          Construct a JP2Box from an input image.
PaletteBox(RandomAccessIO in, int boxStart)
          Construct a PaletteBox from an input image.
 

Uses of ColorSpaceException in ucar.jpeg.icc
 

Methods in ucar.jpeg.icc that throw ColorSpaceException
static BlkImgDataSrc ICCProfiler.createInstance(BlkImgDataSrc src, ColorSpace csMap)
          Factory method for creating instances of this class.
static ICCMonochromeInputProfile ICCMonochromeInputProfile.createInstance(ColorSpace csm)
          Return the ICCProfile embedded in the input image
static ICCMatrixBasedInputProfile ICCMatrixBasedInputProfile.createInstance(ColorSpace csm)
          Factory method to create ICCMatrixBasedInputProfile based on a suppled profile file.
 

Constructors in ucar.jpeg.icc that throw ColorSpaceException
ICCMatrixBasedInputProfile(ColorSpace csm)
          Construct an ICCMatrixBasedInputProfile based on a suppled profile file.
ICCMonochromeInputProfile(ColorSpace csm)
          Construct a ICCMonochromeInputProfile corresponding to the profile file
ICCProfile(ColorSpace csm)
          ParameterList constructor
ICCProfiler(BlkImgDataSrc src, ColorSpace csMap)
          Ctor which creates an ICCProfile for the image and initializes all data objects (input, working, output).
 

Uses of ColorSpaceException in ucar.jpeg.jj2000.j2k.codestream.reader
 

Methods in ucar.jpeg.jj2000.j2k.codestream.reader that throw ColorSpaceException
 BlkImgDataSrc HeaderDecoder.createChannelDefinitionMapper(BlkImgDataSrc src, ColorSpace csMap)
          Creates and returns the ChannelDefinitonMapper which maps the input channels to the channel definition for the appropriate colorspace.
 BlkImgDataSrc HeaderDecoder.createColorSpaceMapper(BlkImgDataSrc src, ColorSpace csMap)
          Creates and returns the EnumeratedColorSpaceMapper corresponding to the information read from the JP2 image file via the ColorSpace parameter.
 BlkImgDataSrc HeaderDecoder.createPalettizedColorSpaceMapper(BlkImgDataSrc src, ColorSpace csMap)
          Creates and returns the PalettizedColorSpaceMapper which uses the input samples as indicies into a sample palette to construct the output.
 BlkImgDataSrc HeaderDecoder.createResampler(BlkImgDataSrc src, ColorSpace csMap)
          Creates and returns the Resampler which converts the input source to one in which all channels have the same number of samples.
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.