icc
Class MonochromeInputRestrictedProfile

java.lang.Object
  |
  +--icc.RestrictedICCProfile
        |
        +--icc.MonochromeInputRestrictedProfile

public class MonochromeInputRestrictedProfile
extends RestrictedICCProfile

This class is a 1 component RestrictedICCProfile


Field Summary
 
Fields inherited from class icc.RestrictedICCProfile
BLUE, colorant, eol, GRAY, GREEN, kMonochromeInput, kThreeCompInput, RED, trc
 
Constructor Summary
private MonochromeInputRestrictedProfile(ICCCurveType c)
          Construct a 1 component RestrictedICCProfile
 
Method Summary
static RestrictedICCProfile createInstance(ICCCurveType c)
          Factory method which returns a 1 component RestrictedICCProfile
 int getType()
          Get the type of RestrictedICCProfile for this object
 java.lang.String toString()
           
 
Methods inherited from class icc.RestrictedICCProfile
createInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MonochromeInputRestrictedProfile

private MonochromeInputRestrictedProfile(ICCCurveType c)
Construct a 1 component RestrictedICCProfile

Parameters:
c - Gray TRC curve
Method Detail

createInstance

public static RestrictedICCProfile createInstance(ICCCurveType c)
Factory method which returns a 1 component RestrictedICCProfile

Parameters:
c - Gray TRC curve
Returns:
the RestrictedICCProfile

getType

public int getType()
Get the type of RestrictedICCProfile for this object

Specified by:
getType in class RestrictedICCProfile
Returns:
kMonochromeInput

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
Returns:
String representation of a MonochromeInputRestrictedProfile