Class PSDPrintFlagsInformation
java.lang.Object
com.twelvemonkeys.imageio.plugins.psd.PSDImageResource
com.twelvemonkeys.imageio.plugins.psd.PSDPrintFlagsInformation
PSDPrintFlagsInfo
- Version:
- $Id: PSDPrintFlagsInfo.java,v 1.0 Jul 28, 2009 5:16:27 PM haraldk Exp$
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int(package private) long(package private) boolean(package private) int(package private) intFields inherited from class PSDImageResource
id, name, size -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidreadData(ImageInputStream pInput) This default implementation simply skips the data.toString()Methods inherited from class PSDImageResource
read, resourceTypeForId, toStringBuilder
-
Field Details
-
version
int version -
cropMasks
boolean cropMasks -
field
int field -
bleedWidth
long bleedWidth -
bleedScale
int bleedScale
-
-
Constructor Details
-
PSDPrintFlagsInformation
PSDPrintFlagsInformation(short pId, ImageInputStream pInput) throws IOException - Throws:
IOException
-
-
Method Details
-
readData
Description copied from class:PSDImageResourceThis default implementation simply skips the data.- Overrides:
readDatain classPSDImageResource- Parameters:
pInput- the input- Throws:
IOException- if an I/O exception occurs
-
toString
- Overrides:
toStringin classPSDImageResource
-