Thumbnail4Resource

Inheritance: java.lang.Object, com.aspose.psd.fileformats.psd.ResourceBlock, com.aspose.psd.fileformats.psd.resources.ThumbnailResource

public final class Thumbnail4Resource extends ThumbnailResource

Represents the thumbnail resource for psd 4.0.

Constructors

ConstructorDescription
Thumbnail4Resource()Initializes a new instance of the Thumbnail4Resource class.

Fields

FieldDescription
ResouceBlockMeSaSignatureThe resource signature of ImageReady.
ResouceBlockSignatureThe regular Photoshop resource signature.

Methods

MethodDescription
equals(Object arg0)
getBitsPixel()Gets or sets the bits pixel.
getClass()
getDataSize()Gets the resource data size in bytes.
getFormat()Gets or sets the thumbnail data format.
getHeight()Gets or sets the height of thumbnail in pixels.
getID()Gets or sets the unique identifier for the resource.
getJpegOptions()Gets or sets the JPEG options.
getMinimalVersion()Gets the minimal required psd version.
getName()Gets or sets the resource name.
getPlanesCount()Gets or sets the planes count.
getSignature()Gets the resource signature.
getSize()Gets the resource block size in bytes including its data.
getSizeAfterCompression()Gets or sets the size after compression.
getThumbnailArgb32Data()Gets or sets the 32-bit ARGB thumbnail data.
getThumbnailData()Gets or sets the thumbnail data.
getTotalSize()Gets the total data size.
getWidth()Gets or sets the width of thumbnail in pixels.
getWidthBytes()Gets the row width in bytes.
hashCode()
notify()
notifyAll()
save(StreamContainer stream)Saves the resource block to the specified stream.
setBitsPixel(short value)Gets or sets the bits pixel.
setFormat(int value)Gets or sets the thumbnail data format.
setHeight(int value)Gets or sets the height of thumbnail in pixels.
setID(short value)Gets or sets the unique identifier for the resource.
setJpegOptions(JpegOptions value)Gets or sets the JPEG options.
setLayerAndMaskInfo_internalized(LayerAndMaskInfo value)Gets or sets the layer and mask information.
setName(String value)Gets or sets the resource name.
setPlanesCount(short value)Gets or sets the planes count.
setSignature_internalized(int signature)
setState_internalized(int value)Gets or sets the resource block state.
setThumbnailArgb32Data(int[] value)Gets or sets the 32-bit ARGB thumbnail data.
setThumbnailData(Color[] value)Gets or sets the thumbnail data.
setWidth(int value)Gets or sets the width of thumbnail in pixels.
toString()
validateValues()Validates the resource values.
wait()
wait(long arg0)
wait(long arg0, int arg1)

Thumbnail4Resource()

public Thumbnail4Resource()

Initializes a new instance of the Thumbnail4Resource class.

ResouceBlockMeSaSignature

public static final int ResouceBlockMeSaSignature

The resource signature of ImageReady.

ResouceBlockSignature

public static final int ResouceBlockSignature

The regular Photoshop resource signature.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getBitsPixel()

public final short getBitsPixel()

Gets or sets the bits pixel.

Value: The thumbnail bits pixel.

Returns: short

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getDataSize()

public int getDataSize()

Gets the resource data size in bytes.

Value: The resource data size.

Returns: int

getFormat()

public final int getFormat()

Gets or sets the thumbnail data format.

Value: The thumbnail data format.

Returns: int

getHeight()

public final int getHeight()

Gets or sets the height of thumbnail in pixels.

Value: The thumbnail height.

Returns: int

getID()

public final short getID()

Gets or sets the unique identifier for the resource.

Value: The unique identifier for the resource.

Returns: short

getJpegOptions()

public final JpegOptions getJpegOptions()

Gets or sets the JPEG options. Suitable when thumbnail resource is saved into JPEG file format only. This option has no effect when RAW format is defined.

Value: The JPEG options.

Returns: JpegOptions

getMinimalVersion()

public int getMinimalVersion()

Gets the minimal required psd version.

Value: The minimal psd version.

Returns: int

getName()

public final String getName()

Gets or sets the resource name. Pascal string, padded to make the size even (a null name consists of two bytes of 0).

Value: The resource name.

Returns: java.lang.String

getPlanesCount()

public final short getPlanesCount()

Gets or sets the planes count.

Value: The thumbnail planes count.

Returns: short

getSignature()

public final int getSignature()

Gets the resource signature. Should be always ‘8BIM’.

Value: The resource signature.

Returns: int

getSize()

public final int getSize()

Gets the resource block size in bytes including its data.

Value: The resource block size.

Returns: int

getSizeAfterCompression()

public final int getSizeAfterCompression()

Gets or sets the size after compression. Used for consistency check.

Value: The size after compression.

Returns: int

getThumbnailArgb32Data()

public final int[] getThumbnailArgb32Data()

Gets or sets the 32-bit ARGB thumbnail data.

Value: The 32-bit ARGB thumbnail data.

Returns: int[]

getThumbnailData()

public final Color[] getThumbnailData()

Gets or sets the thumbnail data.

Value: The thumbnail data.

Returns: com.aspose.psd.Color[]

getTotalSize()

public final int getTotalSize()

Gets the total data size.

Value: The total data size.

Returns: int

getWidth()

public final int getWidth()

Gets or sets the width of thumbnail in pixels.

Value: The thumbnail width.

Returns: int

getWidthBytes()

public final int getWidthBytes()

Gets the row width in bytes.

Value: The row width in bytes.

Returns: int

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

save(StreamContainer stream)

public final void save(StreamContainer stream)

Saves the resource block to the specified stream.

Parameters:

ParameterTypeDescription
streamStreamContainerThe stream to save the resource block to.

setBitsPixel(short value)

public final void setBitsPixel(short value)

Gets or sets the bits pixel.

Value: The thumbnail bits pixel.

Parameters:

ParameterTypeDescription
valueshort

setFormat(int value)

public final void setFormat(int value)

Gets or sets the thumbnail data format.

Value: The thumbnail data format.

Parameters:

ParameterTypeDescription
valueint

setHeight(int value)

public final void setHeight(int value)

Gets or sets the height of thumbnail in pixels.

Value: The thumbnail height.

Parameters:

ParameterTypeDescription
valueint

setID(short value)

public final void setID(short value)

Gets or sets the unique identifier for the resource.

Value: The unique identifier for the resource.

Parameters:

ParameterTypeDescription
valueshort

setJpegOptions(JpegOptions value)

public final void setJpegOptions(JpegOptions value)

Gets or sets the JPEG options. Suitable when thumbnail resource is saved into JPEG file format only. This option has no effect when RAW format is defined.

Value: The JPEG options.

Parameters:

ParameterTypeDescription
valueJpegOptions

setLayerAndMaskInfo_internalized(LayerAndMaskInfo value)

public final void setLayerAndMaskInfo_internalized(LayerAndMaskInfo value)

Gets or sets the layer and mask information.

Value: The layer and mask information.

Parameters:

ParameterTypeDescription
valuecom.aspose.internal.fileformats.psd.sections.LayerAndMaskInfo

setName(String value)

public final void setName(String value)

Gets or sets the resource name. Pascal string, padded to make the size even (a null name consists of two bytes of 0).

Value: The resource name.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setPlanesCount(short value)

public final void setPlanesCount(short value)

Gets or sets the planes count.

Value: The thumbnail planes count.

Parameters:

ParameterTypeDescription
valueshort

setSignature_internalized(int signature)

public void setSignature_internalized(int signature)

Parameters:

ParameterTypeDescription
signatureint

setState_internalized(int value)

public final void setState_internalized(int value)

Gets or sets the resource block state.

Value: The resource block state.

Parameters:

ParameterTypeDescription
valueint

setThumbnailArgb32Data(int[] value)

public final void setThumbnailArgb32Data(int[] value)

Gets or sets the 32-bit ARGB thumbnail data.

Value: The 32-bit ARGB thumbnail data.

Parameters:

ParameterTypeDescription
valueint[]

setThumbnailData(Color[] value)

public final void setThumbnailData(Color[] value)

Gets or sets the thumbnail data.

Value: The thumbnail data.

Parameters:

ParameterTypeDescription
valueColor[]

setWidth(int value)

public final void setWidth(int value)

Gets or sets the width of thumbnail in pixels.

Value: The thumbnail width.

Parameters:

ParameterTypeDescription
valueint

toString()

public String toString()

Returns: java.lang.String

validateValues()

public void validateValues()

Validates the resource values.

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int