ThumbnailResource
Inheritance: java.lang.Object, com.aspose.psd.fileformats.psd.ResourceBlock
public class ThumbnailResource extends ResourceBlock
The thumbnail resource block.
Constructors
Constructor | Description |
---|---|
ThumbnailResource() | Initializes a new instance of the ThumbnailResource class. |
Fields
Field | Description |
---|---|
ResouceBlockMeSaSignature | The resource signature of ImageReady. |
ResouceBlockSignature | The regular Photoshop resource signature. |
Methods
Method | Description |
---|---|
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) |
ThumbnailResource()
public ThumbnailResource()
Initializes a new instance of the ThumbnailResource 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:
Parameter | Type | Description |
---|---|---|
arg0 | java.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:
Parameter | Type | Description |
---|---|---|
stream | StreamContainer | The 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:
Parameter | Type | Description |
---|---|---|
value | short |
setFormat(int value)
public final void setFormat(int value)
Gets or sets the thumbnail data format.
Value: The thumbnail data format.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setHeight(int value)
public final void setHeight(int value)
Gets or sets the height of thumbnail in pixels.
Value: The thumbnail height.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
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:
Parameter | Type | Description |
---|---|---|
value | short |
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:
Parameter | Type | Description |
---|---|---|
value | JpegOptions |
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:
Parameter | Type | Description |
---|---|---|
value | com.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:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setPlanesCount(short value)
public final void setPlanesCount(short value)
Gets or sets the planes count.
Value: The thumbnail planes count.
Parameters:
Parameter | Type | Description |
---|---|---|
value | short |
setSignature_internalized(int signature)
public void setSignature_internalized(int signature)
Parameters:
Parameter | Type | Description |
---|---|---|
signature | int |
setState_internalized(int value)
public final void setState_internalized(int value)
Gets or sets the resource block state.
Value: The resource block state.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
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:
Parameter | Type | Description |
---|---|---|
value | int[] |
setThumbnailData(Color[] value)
public final void setThumbnailData(Color[] value)
Gets or sets the thumbnail data.
Value: The thumbnail data.
Parameters:
Parameter | Type | Description |
---|---|---|
value | Color[] |
setWidth(int value)
public final void setWidth(int value)
Gets or sets the width of thumbnail in pixels.
Value: The thumbnail width.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
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:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |