Uses of Class
ucar.jpeg.icc.tags.ICCCurveType

Packages that use ICCCurveType
ucar.jpeg.icc   
ucar.jpeg.icc.lut   
 

Uses of ICCCurveType in ucar.jpeg.icc
 

Fields in ucar.jpeg.icc declared as ICCCurveType
 ICCCurveType[] RestrictedICCProfile.trc
          Curve data
 

Methods in ucar.jpeg.icc with parameters of type ICCCurveType
static RestrictedICCProfile RestrictedICCProfile.createInstance(ICCCurveType gcurve)
          Factory method for creating a RestrictedICCProfile from gray curve data.
static RestrictedICCProfile MonochromeInputRestrictedProfile.createInstance(ICCCurveType c)
          Factory method which returns a 1 component RestrictedICCProfile
static RestrictedICCProfile RestrictedICCProfile.createInstance(ICCCurveType rcurve, ICCCurveType gcurve, ICCCurveType bcurve, ICCXYZType rcolorant, ICCXYZType gcolorant, ICCXYZType bcolorant)
          Factory method for creating a RestrictedICCProfile from 3 component curve and colorant data.
static RestrictedICCProfile MatrixBasedRestrictedProfile.createInstance(ICCCurveType rcurve, ICCCurveType gcurve, ICCCurveType bcurve, ICCXYZType rcolorant, ICCXYZType gcolorant, ICCXYZType bcolorant)
          Factory method which returns a 3 component RestrictedICCProfile
 

Constructors in ucar.jpeg.icc with parameters of type ICCCurveType
MatrixBasedRestrictedProfile(ICCCurveType rcurve, ICCCurveType gcurve, ICCCurveType bcurve, ICCXYZType rcolorant, ICCXYZType gcolorant, ICCXYZType bcolorant)
          Construct a 3 component RestrictedICCProfile
RestrictedICCProfile(ICCCurveType gcurve)
          Construct the common state of all gray RestrictedICCProfiles
RestrictedICCProfile(ICCCurveType rcurve, ICCCurveType gcurve, ICCCurveType bcurve, ICCXYZType rcolorant, ICCXYZType gcolorant, ICCXYZType bcolorant)
          Construct the common state of all 3 component RestrictedICCProfiles
 

Uses of ICCCurveType in ucar.jpeg.icc.lut
 

Fields in ucar.jpeg.icc.lut declared as ICCCurveType
protected  ICCCurveType LookUpTable.curve
          The curve data
 

Methods in ucar.jpeg.icc.lut with parameters of type ICCCurveType
static LookUpTableFP LookUpTableFP.createInstance(ICCCurveType curve, int dwNumInput)
          Factory method for getting a lut from a given curve.
static LookUpTable16 LookUpTable16.createInstance(ICCCurveType curve, int dwNumInput, int dwMaxOutput)
          Factory method for getting a 16 bit lut from a given curve.
 

Constructors in ucar.jpeg.icc.lut with parameters of type ICCCurveType
LookUpTable(ICCCurveType curve, int dwNumInput)
          For subclass usage.
LookUpTable16(ICCCurveType curve, int dwNumInput, int dwMaxOutput)
          Construct a 16 bit lut from a given curve.
LookUpTable16Gamma(ICCCurveType curve, int dwNumInput, int dwMaxOutput)
           
LookUpTable16Interp(ICCCurveType curve, int dwNumInput, int dwMaxOutput)
          Construct the lut from the curve data
LookUpTable32Gamma(ICCCurveType curve, int dwNumInput, int dwMaxOutput)
           
LookUpTable32Interp(ICCCurveType curve, int dwNumInput, int dwMaxOutput)
          Construct the lut from the curve data
LookUpTable8(ICCCurveType curve, int dwNumInput, byte dwMaxOutput)
          Create the string representation of a 16 bit lut.
LookUpTable8Gamma(ICCCurveType curve, int dwNumInput, byte dwMaxOutput)
           
LookUpTable8Interp(ICCCurveType curve, int dwNumInput, byte dwMaxOutput)
          Construct the lut from the curve data
LookUpTableFP(ICCCurveType curve, int dwNumInput)
          Construct an empty lut
LookUpTableFPGamma(ICCCurveType curve, int dwNumInput)
           
LookUpTableFPInterp(ICCCurveType curve, int dwNumInput)
          Construct the lut from the curve data
 



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