Changed Methods |
int getColorSpaceType()
|
Documentation changed from old to new. |
Returns the color space type. |
int getMajorVersion()
|
Documentation changed from old to new. |
Returns profile major version. |
int getMinorVersion()
|
Documentation changed from old to new. |
Returns profile minor version. |
int getNumComponents()
|
Documentation changed from old to new. |
Returns the number of color components in the "input" color space of this profile. |
int getPCSType()
|
Documentation changed from old to new. |
Returns the color space type of the Profile Connection Space (PCS). |
int getProfileClass()
|
Documentation changed from old to new. |
Returns the profile class. |
void setData(int, byte[])
|
Documentation changed from old to new. |
Sets a particular tagged data element in the profile from a byte array. |
byte[] getData()
|
Documentation changed from old to new. |
Returns a byte array corresponding to the data of this ICC_Profile. |
byte[] getData(int )
|
Documentation changed from old to new. |
Returns a particular tagged data element from the profile as a byte array. |
ICC_Profile getInstance(InputStream )
|
Documentation changed from old to new. |
Constructs an ICC_Profile corresponding to the data in an InputStream. |
ICC_Profile getInstance(String )
|
Documentation changed from old to new. |
Constructs an ICC_Profile corresponding to the data in a file. |
ICC_Profile getInstance(byte[] )
|
Documentation changed from old to new. |
Constructs an ICC_Profile object corresponding to the data in a byte array. |
ICC_Profile getInstance(int )
|
Documentation changed from old to new. |
Constructs an ICC_Profile corresponding to one of the specific color spaces defined by the ColorSpace class (for example CS_sRGB). |
void write(OutputStream )
|
Documentation changed from old to new. |
Write this ICC_Profile to an OutputStream. |
void write(String )
|
Documentation changed from old to new. |
Write this ICC_Profile to a file. |