|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.imaging.fileformats.psd.ResourceBlock
com.aspose.imaging.fileformats.psd.resources.ThumbnailResource
com.aspose.imaging.fileformats.psd.resources.Thumbnail4Resource
public class Thumbnail4Resource
Represents the thumbnail resource for psd 4.0.
Constructor Summary | |
---|---|
Thumbnail4Resource()
Initializes a new instance of the Thumbnail4Resource class. |
Method Summary | |
---|---|
int |
getMinimalVersion()
Gets the minimal required psd version. |
protected void |
saveData(StreamContainer streamContainer)
Saves the resource block data. |
Methods inherited from class com.aspose.imaging.fileformats.psd.resources.ThumbnailResource |
---|
getBitsPixel, getDataSize, getFormat, getHeight, getPlanesCount, getSizeAfterCompression, getThumbnailData, getTotalSize, getWidth, getWidthBytes, saveCommonData, setBitsPixel, setFormat, setHeight, setPlanesCount, setSizeAfterCompression, setThumbnailData, setWidth, validateValues |
Methods inherited from class com.aspose.imaging.fileformats.psd.ResourceBlock |
---|
getID, getName, getSignature, getSize, save, setID, setName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Thumbnail4Resource()
Initializes a new instance of the Thumbnail4Resource
class.
Method Detail |
---|
public int getMinimalVersion()
Gets the minimal required psd version.
Value: The minimal psd version.
getMinimalVersion
in class ThumbnailResource
protected void saveData(StreamContainer streamContainer)
Saves the resource block data.
saveData
in class ThumbnailResource
streamContainer
- The stream container to save to.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |