Class PSDDisplayInfo
java.lang.Object
com.twelvemonkeys.imageio.plugins.psd.PSDImageResource
com.twelvemonkeys.imageio.plugins.psd.PSDDisplayInfo
PSDResolutionInfo
- Version:
- $Id: PSDResolutionInfo.java,v 1.0 May 2, 2008 3:58:19 PM haraldk Exp$
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) short[]
(package private) int
(package private) byte
(package private) short
Fields inherited from class com.twelvemonkeys.imageio.plugins.psd.PSDImageResource
id, name, size
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.twelvemonkeys.imageio.plugins.psd.PSDImageResource
read, resourceTypeForId, toStringBuilder
-
Field Details
-
colorSpace
int colorSpace -
colors
short[] colors -
opacity
short opacity -
kind
byte kind
-
-
Constructor Details
-
PSDDisplayInfo
PSDDisplayInfo(short pId, ImageInputStream pInput) throws IOException - Throws:
IOException
-
-
Method Details
-
readData
Description copied from class:PSDImageResource
This default implementation simply skips the data.- Overrides:
readData
in classPSDImageResource
- Parameters:
pInput
- the input- Throws:
IOException
- if an I/O exception occurs
-
toString
- Overrides:
toString
in classPSDImageResource
-
kind
-