Class ICCProfile
- java.lang.Object
-
- com.twelvemonkeys.imageio.plugins.psd.PSDImageResource
-
- com.twelvemonkeys.imageio.plugins.psd.ICCProfile
-
final class ICCProfile extends PSDImageResource
ICCProfile- Version:
- $Id: ICCProfile.java,v 1.0 May 20, 2008 6:24:10 PM haraldk Exp$
-
-
Field Summary
Fields Modifier and Type Field Description private java.awt.color.ICC_Profile
profile
-
Fields inherited from class com.twelvemonkeys.imageio.plugins.psd.PSDImageResource
id, name, size
-
-
Constructor Summary
Constructors Constructor Description ICCProfile(short pId, javax.imageio.stream.ImageInputStream pInput)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.color.ICC_Profile
getProfile()
protected void
readData(javax.imageio.stream.ImageInputStream pInput)
This default implementation simply skips the data.java.lang.String
toString()
(package private) static void
writeData(javax.imageio.stream.ImageOutputStream output, java.awt.color.ICC_Profile profile)
-
Methods inherited from class com.twelvemonkeys.imageio.plugins.psd.PSDImageResource
read, resourceTypeForId, toStringBuilder
-
-
-
-
Method Detail
-
readData
protected void readData(javax.imageio.stream.ImageInputStream pInput) throws java.io.IOException
Description copied from class:PSDImageResource
This default implementation simply skips the data.- Overrides:
readData
in classPSDImageResource
- Parameters:
pInput
- the input- Throws:
java.io.IOException
- if an I/O exception occurs
-
writeData
static void writeData(javax.imageio.stream.ImageOutputStream output, java.awt.color.ICC_Profile profile) throws java.io.IOException
- Throws:
java.io.IOException
-
getProfile
public java.awt.color.ICC_Profile getProfile()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classPSDImageResource
-
-