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

Packages that use ICCXYZType
ucar.jpeg.icc   
ucar.jpeg.icc.tags   
 

Uses of ICCXYZType in ucar.jpeg.icc
 

Fields in ucar.jpeg.icc declared as ICCXYZType
 ICCXYZType[] RestrictedICCProfile.colorant
          Colorant data
 

Methods in ucar.jpeg.icc with parameters of type ICCXYZType
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 ICCXYZType
MatrixBasedRestrictedProfile(ICCCurveType rcurve, ICCCurveType gcurve, ICCCurveType bcurve, ICCXYZType rcolorant, ICCXYZType gcolorant, ICCXYZType bcolorant)
          Construct a 3 component RestrictedICCProfile
RestrictedICCProfile(ICCCurveType rcurve, ICCCurveType gcurve, ICCCurveType bcurve, ICCXYZType rcolorant, ICCXYZType gcolorant, ICCXYZType bcolorant)
          Construct the common state of all 3 component RestrictedICCProfiles
 

Uses of ICCXYZType in ucar.jpeg.icc.tags
 

Subclasses of ICCXYZType in ucar.jpeg.icc.tags
 class ICCXYZTypeReverse
          A tag containing a triplet.
 



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