Class PSDGridAndGuideInfo
- java.lang.Object
-
- com.twelvemonkeys.imageio.plugins.psd.PSDImageResource
-
- com.twelvemonkeys.imageio.plugins.psd.PSDGridAndGuideInfo
-
final class PSDGridAndGuideInfo extends PSDImageResource
PSDGridAndGuideInfo- Version:
- $Id: PSDGridAndGuideInfo.java,v 1.0 Nov 7, 2009 8:46:13 PM haraldk Exp$
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classPSDGridAndGuideInfo.GuideResource
-
Field Summary
Fields Modifier and Type Field Description (package private) intgridCycleHorizontal(package private) intgridCycleVertical(package private) intguideCount(package private) PSDGridAndGuideInfo.GuideResource[]guides(package private) intversion-
Fields inherited from class com.twelvemonkeys.imageio.plugins.psd.PSDImageResource
id, name, size
-
-
Constructor Summary
Constructors Constructor Description PSDGridAndGuideInfo(short pId, javax.imageio.stream.ImageInputStream pInput)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidreadData(javax.imageio.stream.ImageInputStream pInput)This default implementation simply skips the data.-
Methods inherited from class com.twelvemonkeys.imageio.plugins.psd.PSDImageResource
read, resourceTypeForId, toString, toStringBuilder
-
-
-
-
Field Detail
-
version
int version
-
gridCycleVertical
int gridCycleVertical
-
gridCycleHorizontal
int gridCycleHorizontal
-
guideCount
int guideCount
-
guides
PSDGridAndGuideInfo.GuideResource[] guides
-
-
Method Detail
-
readData
protected void readData(javax.imageio.stream.ImageInputStream pInput) throws java.io.IOExceptionDescription copied from class:PSDImageResourceThis default implementation simply skips the data.- Overrides:
readDatain classPSDImageResource- Parameters:
pInput- the input- Throws:
java.io.IOException- if an I/O exception occurs
-
-