icc
Class MatrixBasedRestrictedProfile
java.lang.Object
|
+--icc.RestrictedICCProfile
|
+--icc.MatrixBasedRestrictedProfile
- public class MatrixBasedRestrictedProfile
- extends RestrictedICCProfile
This class is a 3 component RestrictedICCProfile
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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 java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
- Returns:
- String representation of a MatrixBasedRestrictedProfile