Class PSDPixelAspectRatio
java.lang.Object
com.twelvemonkeys.imageio.plugins.psd.PSDImageResource
com.twelvemonkeys.imageio.plugins.psd.PSDPixelAspectRatio
PSDPixelAspectRatio
- Version:
- $Id: PSDPixelAspectRatio.java,v 1.0 Nov 7, 2009 8:23:09 PM haraldk Exp$
-
Field Summary
FieldsFields 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.Methods inherited from class PSDImageResource
read, resourceTypeForId, toString, toStringBuilder
-
Field Details
-
version
int version -
aspect
double aspect
-
-
Constructor Details
-
PSDPixelAspectRatio
PSDPixelAspectRatio(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
-