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 class
PSDGridAndGuideInfo.GuideResource
-
Field Summary
Fields Modifier and Type Field Description (package private) int
gridCycleHorizontal
(package private) int
gridCycleVertical
(package private) int
guideCount
(package private) PSDGridAndGuideInfo.GuideResource[]
guides
(package private) int
version
-
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 void
readData(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.IOException
Description copied from class:PSDImageResource
This default implementation simply skips the data.- Overrides:
readData
in classPSDImageResource
- Parameters:
pInput
- the input- Throws:
java.io.IOException
- if an I/O exception occurs
-
-