Uses of Class
com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava
Packages that use J2KImageWriteParamJava
Package
Description
-
Uses of J2KImageWriteParamJava in com.sun.media.imageioimpl.plugins.jpeg2000
Constructors in com.sun.media.imageioimpl.plugins.jpeg2000 with parameters of type J2KImageWriteParamJavaModifierConstructorDescriptionRenderedImageSrc(Raster raster, J2KImageWriteParamJava param, J2KImageWriter writer) CreatesRenderedImageSrcfor encoding aRaster.RenderedImageSrc(RenderedImage src, J2KImageWriteParamJava param, J2KImageWriter writer) CreatesRenderedImageSrcfor encoding aRenderedImage. -
Uses of J2KImageWriteParamJava in jj2000.j2k
Constructors in jj2000.j2k with parameters of type J2KImageWriteParamJavaModifierConstructorDescriptionIntegerSpec(int nt, int nc, byte type, J2KImageWriteParamJava wp, String values, String defaultValue) Constructs a new 'IntegerSpec' for the specified number of tiles and components, the allowed specifications type instance.StringSpec(int nt, int nc, byte type, String defaultValue, String[] list, J2KImageWriteParamJava wp, String values) Constructs a new 'StringSpec' for the specified number of components:tiles and the arguments of optName option. -
Uses of J2KImageWriteParamJava in jj2000.j2k.codestream.writer
Fields in jj2000.j2k.codestream.writer declared as J2KImageWriteParamJavaModifier and TypeFieldDescriptionprotected J2KImageWriteParamJavaHeaderEncoder.wpThe encoder specificationsConstructors in jj2000.j2k.codestream.writer with parameters of type J2KImageWriteParamJavaModifierConstructorDescriptionHeaderEncoder(ImgData origsrc, boolean[] isorigsig, ForwardWT dwt, Tiler tiler, J2KImageWriteParamJava wp, ROIScaler roiSc, PostCompRateAllocator ralloc) Initializes the header writer with the references to the coding chain.PktEncoder(CodedCBlkDataSrcEnc infoSrc, J2KImageWriteParamJava wp, Point[][][] numPrec) Creates a new packet header encoder, using the information from the 'infoSrc' object. -
Uses of J2KImageWriteParamJava in jj2000.j2k.entropy
Constructors in jj2000.j2k.entropy with parameters of type J2KImageWriteParamJavaModifierConstructorDescriptionCBlkSizeSpec(int nt, int nc, byte type, J2KImageWriteParamJava wp, String values) Creates a new CBlkSizeSpec object for the specified number of tiles and components and the parameters instance.PrecinctSizeSpec(int nt, int nc, byte type, BlkImgDataSrc imgsrc, IntegerSpec dls, J2KImageWriteParamJava wp, String values) Creates a new PrecinctSizeSpec object for the specified number of tiles and components and the J2KImageWriteParamJava instance.ProgressionSpec(int nt, int nc, int nl, IntegerSpec dls, byte type, J2KImageWriteParamJava wp, String values) Creates a new ProgressionSpec object for the specified number of tiles, components and the J2KImageWriteParamJava instance. -
Uses of J2KImageWriteParamJava in jj2000.j2k.entropy.encoder
Fields in jj2000.j2k.entropy.encoder declared as J2KImageWriteParamJavaModifier and TypeFieldDescriptionprotected J2KImageWriteParamJavaPostCompRateAllocator.wpThe source of entropy coded dataMethods in jj2000.j2k.entropy.encoder with parameters of type J2KImageWriteParamJavaModifier and TypeMethodDescriptionstatic EntropyCoderEntropyCoder.createInstance(CBlkQuantDataSrcEnc src, J2KImageWriteParamJava wp, CBlkSizeSpec cblks, PrecinctSizeSpec pss, StringSpec bms, StringSpec mqrs, StringSpec rts, StringSpec css, StringSpec sss, StringSpec lcs, StringSpec tts) Creates a EntropyCoder object for the appropriate entropy coding parameters in the parameter list 'pl', and having 'src' as the source of quantized data.static PostCompRateAllocatorPostCompRateAllocator.createInstance(CodedCBlkDataSrcEnc src, float rate, CodestreamWriter bw, J2KImageWriteParamJava wp) Creates a PostCompRateAllocator object for the appropriate rate allocation parameters in the parameter list 'pl', having 'src' as the source of entropy coded data, 'rate' as the target bitrate and 'bw' as the bit stream writer object.Constructors in jj2000.j2k.entropy.encoder with parameters of type J2KImageWriteParamJavaModifierConstructorDescriptionEBCOTRateAllocator(CodedCBlkDataSrcEnc src, LayersInfo lyrs, CodestreamWriter writer, J2KImageWriteParamJava wp) Initializes the EBCOT rate allocator of entropy coded data.PostCompRateAllocator(CodedCBlkDataSrcEnc src, int nl, CodestreamWriter bw, J2KImageWriteParamJava wp) Initializes the source of entropy coded data. -
Uses of J2KImageWriteParamJava in jj2000.j2k.image.forwcomptransf
Constructors in jj2000.j2k.image.forwcomptransf with parameters of type J2KImageWriteParamJavaModifierConstructorDescriptionForwCompTransf(BlkImgDataSrc imgSrc, J2KImageWriteParamJava wp) Constructs a new ForwCompTransf object that operates on the specified source of image data.ForwCompTransfSpec(int nt, int nc, byte type, AnWTFilterSpec wfs, J2KImageWriteParamJava wp, String values) Constructs a new 'ForwCompTransfSpec' for the specified number of components and tiles and the arguments of optName option. -
Uses of J2KImageWriteParamJava in jj2000.j2k.quantization
Constructors in jj2000.j2k.quantization with parameters of type J2KImageWriteParamJavaModifierConstructorDescriptionGuardBitsSpec(int nt, int nc, byte type, J2KImageWriteParamJava wp, String values) Constructs a new 'GuardBitsSpec' for the specified number of components and tiles and the arguments of "-Qguard_bits" option.QuantStepSizeSpec(int nt, int nc, byte type, J2KImageWriteParamJava wp, String values) Constructs a new 'QuantStepSizeSpec' for the specified number of components and tiles and the arguments of "-Qstep" option.QuantTypeSpec(int nt, int nc, byte type, J2KImageWriteParamJava wp, String values) Constructs a new 'QuantTypeSpec' for the specified number of components and tiles and the arguments of "-Qtype" option. -
Uses of J2KImageWriteParamJava in jj2000.j2k.quantization.quantizer
Methods in jj2000.j2k.quantization.quantizer with parameters of type J2KImageWriteParamJavaModifier and TypeMethodDescriptionstatic QuantizerQuantizer.createInstance(CBlkWTDataSrc src, J2KImageWriteParamJava wp) Creates a Quantizer object for the appropriate type of quantization specified in the options in the parameter list 'pl', and having 'src' as the source of data to be quantized.Constructors in jj2000.j2k.quantization.quantizer with parameters of type J2KImageWriteParamJavaModifierConstructorDescriptionInitializes the source of wavelet transform coefficients. -
Uses of J2KImageWriteParamJava in jj2000.j2k.roi.encoder
Methods in jj2000.j2k.roi.encoder with parameters of type J2KImageWriteParamJavaModifier and TypeMethodDescriptionstatic ROIScalerROIScaler.createInstance(Quantizer src, J2KImageWriteParamJava wp) Creates a ROIScaler object.Constructors in jj2000.j2k.roi.encoder with parameters of type J2KImageWriteParamJavaModifierConstructorDescriptionROIScaler(Quantizer src, ROIMaskGenerator mg, boolean roi, int sLev, boolean uba, J2KImageWriteParamJava wp) Constructor of the ROI scaler, takes a Quantizer as source of data to scale. -
Uses of J2KImageWriteParamJava in jj2000.j2k.wavelet.analysis
Methods in jj2000.j2k.wavelet.analysis with parameters of type J2KImageWriteParamJavaModifier and TypeMethodDescriptionstatic ForwardWTForwardWT.createInstance(BlkImgDataSrc src, J2KImageWriteParamJava wp) Creates a ForwardWT object with the specified filters, and with other options specified in the parameter list 'pl'.Constructors in jj2000.j2k.wavelet.analysis with parameters of type J2KImageWriteParamJavaModifierConstructorDescriptionAnWTFilterSpec(int nt, int nc, byte type, QuantTypeSpec qts, J2KImageWriteParamJava wp, String values) Constructs a new 'AnWTFilterSpec' for the specified number of components and tiles.ForwWTFull(BlkImgDataSrc src, J2KImageWriteParamJava wp, int pox, int poy) Initializes this object with the given source of image data and with all the decompositon parameters