Class PSDPrintScale
java.lang.Object
com.twelvemonkeys.imageio.plugins.psd.PSDImageResource
com.twelvemonkeys.imageio.plugins.psd.PSDPrintScale
PSDPrintScale
- Version:
- $Id: PSDPrintScale.java,v 1.0 Nov 7, 2009 9:41:17 PM haraldk Exp$
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) float
(package private) short
(package private) float
(package private) float
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.Methods inherited from class com.twelvemonkeys.imageio.plugins.psd.PSDImageResource
read, resourceTypeForId, toString, toStringBuilder
-
Field Details
-
style
short style -
xLocation
float xLocation -
ylocation
float ylocation -
scale
float scale
-
-
Constructor Details
-
PSDPrintScale
PSDPrintScale(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
-