Class PSDGridAndGuideInfo
java.lang.Object
com.twelvemonkeys.imageio.plugins.psd.PSDImageResource
com.twelvemonkeys.imageio.plugins.psd.PSDGridAndGuideInfo
PSDGridAndGuideInfo
- Version:
- $Id: PSDGridAndGuideInfo.java,v 1.0 Nov 7, 2009 8:46:13 PM haraldk Exp$
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int
(package private) int
(package private) int
(package private) PSDGridAndGuideInfo.GuideResource[]
(package private) int
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
-
version
int version -
gridCycleVertical
int gridCycleVertical -
gridCycleHorizontal
int gridCycleHorizontal -
guideCount
int guideCount -
guides
PSDGridAndGuideInfo.GuideResource[] guides
-
-
Constructor Details
-
PSDGridAndGuideInfo
PSDGridAndGuideInfo(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
-