com.aspose.imaging.fileformats.psd.resources
Class Thumbnail4Resource

java.lang.Object
  extended by com.aspose.imaging.fileformats.psd.ResourceBlock
      extended by com.aspose.imaging.fileformats.psd.resources.ThumbnailResource
          extended by com.aspose.imaging.fileformats.psd.resources.Thumbnail4Resource

public class Thumbnail4Resource
extends ThumbnailResource

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

Thumbnail4Resource

public Thumbnail4Resource()

Initializes a new instance of the Thumbnail4Resource class.

Method Detail

getMinimalVersion

public int getMinimalVersion()

Gets the minimal required psd version.

Value: The minimal psd version.

Overrides:
getMinimalVersion in class ThumbnailResource

saveData

protected void saveData(StreamContainer streamContainer)

Saves the resource block data.

Overrides:
saveData in class ThumbnailResource
Parameters:
streamContainer - The stream container to save to.