Class PSDPrintFlags
java.lang.Object
com.twelvemonkeys.imageio.plugins.psd.PSDImageResource
com.twelvemonkeys.imageio.plugins.psd.PSDPrintFlags
PSDPrintFlagsInfo
- Version:
- $Id: PSDPrintFlagsInfo.java,v 1.0 Jul 28, 2009 5:16:27 PM haraldk Exp$
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) boolean
(package private) boolean
(package private) boolean
(package private) boolean
(package private) boolean
(package private) boolean
(package private) boolean
(package private) boolean
Fields inherited from class com.twelvemonkeys.imageio.plugins.psd.PSDImageResource
id, name, size
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
readData
(ImageInputStream pInput) This default implementation simply skips the data.toString()
Methods inherited from class com.twelvemonkeys.imageio.plugins.psd.PSDImageResource
read, resourceTypeForId, toStringBuilder
-
Field Details
-
labels
boolean labels -
cropMasks
boolean cropMasks -
colorBars
boolean colorBars -
registrationMarks
boolean registrationMarks -
negative
boolean negative -
flip
boolean flip -
interpolate
boolean interpolate -
caption
boolean caption
-
-
Constructor Details
-
PSDPrintFlags
PSDPrintFlags(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
-