ucar.jpeg.icc
Class MatrixBasedRestrictedProfile
java.lang.Object
ucar.jpeg.icc.RestrictedICCProfile
ucar.jpeg.icc.MatrixBasedRestrictedProfile
public class MatrixBasedRestrictedProfile
- extends RestrictedICCProfile
This class is a 3 component RestrictedICCProfile
- Version:
- 1.0
- Author:
- Bruce A Kern
MatrixBasedRestrictedProfile
protected MatrixBasedRestrictedProfile(ICCCurveType rcurve,
ICCCurveType gcurve,
ICCCurveType bcurve,
ICCXYZType rcolorant,
ICCXYZType gcolorant,
ICCXYZType bcolorant)
- Construct a 3 component RestrictedICCProfile
- Parameters:
rcurve
- Red TRC curvegcurve
- Green TRC curvebcurve
- Blue TRC curvercolorant
- Red colorantgcolorant
- Green colorantbcolorant
- Blue colorant
createInstance
public static RestrictedICCProfile createInstance(ICCCurveType rcurve,
ICCCurveType gcurve,
ICCCurveType bcurve,
ICCXYZType rcolorant,
ICCXYZType gcolorant,
ICCXYZType bcolorant)
- Factory method which returns a 3 component RestrictedICCProfile
- Parameters:
rcurve
- Red TRC curvegcurve
- Green TRC curvebcurve
- Blue TRC curvercolorant
- Red colorantgcolorant
- Green colorantbcolorant
- Blue colorant
- Returns:
- the RestrictedICCProfile
getType
public int getType()
- Get the type of RestrictedICCProfile for this object
- Specified by:
getType
in class RestrictedICCProfile
- Returns:
- kThreeCompInput
toString
public String toString()
- Overrides:
toString
in class Object
- Returns:
- String representation of a MatrixBasedRestrictedProfile
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.