UrlListResource

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

public final class UrlListResource extends ResourceBlock

Url list resource

Constructors

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

Fields

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

Methods

MethodDescription
equals(Object arg0)
getClass()
getCount()Gets or sets the count.
getDataSize()Gets the resource data size in bytes.
getID()Gets or sets the unique identifier for the resource.
getIds()Gets or sets the ids.
getLongs()Gets or sets the longs.
getMinimalVersion()Gets the minimal required PSD version.
getName()Gets or sets the resource name.
getSignature()Gets the resource signature.
getSize()Gets the resource block size in bytes including its data.
getTexts()Gets or sets the texts.
hashCode()
notify()
notifyAll()
save(StreamContainer stream)Saves the resource block to the specified stream.
setCount(int value)Gets or sets the count.
setID(short value)Gets or sets the unique identifier for the resource.
setIds(int[] value)Gets or sets the ids.
setLayerAndMaskInfo_internalized(LayerAndMaskInfo value)Gets or sets the layer and mask information.
setLongs(int[] value)Gets or sets the longs.
setName(String value)Gets or sets the resource name.
setSignature_internalized(int signature)
setState_internalized(int value)Gets or sets the resource block state.
setTexts(String[] value)Gets or sets the texts.
toString()
validateValues()Validates the resource values.
wait()
wait(long arg0)
wait(long arg0, int arg1)

UrlListResource()

public UrlListResource()

Initializes a new instance of the UrlListResource 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

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getCount()

public final int getCount()

Gets or sets the count.

Value: The count.

Returns: int

getDataSize()

public int getDataSize()

Gets the resource data size in bytes.

Value: The resource data size.

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

getIds()

public final int[] getIds()

Gets or sets the ids.

Value: The ids.

Returns: int[]

getLongs()

public final int[] getLongs()

Gets or sets the longs.

Value: The longs.

Returns: int[]

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

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

getTexts()

public final String[] getTexts()

Gets or sets the texts.

Value: The texts.

Returns: java.lang.String[]

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.

setCount(int value)

public final void setCount(int value)

Gets or sets the count.

Value: The count.

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

setIds(int[] value)

public final void setIds(int[] value)

Gets or sets the ids.

Value: The ids.

Parameters:

ParameterTypeDescription
valueint[]

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

setLongs(int[] value)

public final void setLongs(int[] value)

Gets or sets the longs.

Value: The longs.

Parameters:

ParameterTypeDescription
valueint[]

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

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

setTexts(String[] value)

public final void setTexts(String[] value)

Gets or sets the texts.

Value: The texts.

Parameters:

ParameterTypeDescription
valuejava.lang.String[]

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