LayerBlendingRangesData

Inheritance: java.lang.Object

public final class LayerBlendingRangesData

The layer blending ranges data.

Constructors

ConstructorDescription
LayerBlendingRangesData()

Methods

MethodDescription
deepClone_internalized(LayerBlendingRangesData data)Clones the layer blending ranges data.
equals(Object arg0)
getChannelBlendRanges()Gets or sets the channel blend ranges.
getClass()
getCompositeBlendRange()Gets or sets the composite blend ranges.
getLength()Gets the length of layer blending ranges data in bytes.
hashCode()
notify()
notifyAll()
save_internalized(StreamContainer streamContainer)Saves the data to specified stream container.
setChannelBlendRanges(BlendRange[] value)Gets or sets the channel blend ranges.
setCompositeBlendRange(BlendRange value)Gets or sets the composite blend ranges.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

LayerBlendingRangesData()

public LayerBlendingRangesData()

deepClone_internalized(LayerBlendingRangesData data)

public static LayerBlendingRangesData deepClone_internalized(LayerBlendingRangesData data)

Clones the layer blending ranges data.

Parameters:

ParameterTypeDescription
dataLayerBlendingRangesDataThe data.

Returns: LayerBlendingRangesData - The cloned data.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getChannelBlendRanges()

public final BlendRange[] getChannelBlendRanges()

Gets or sets the channel blend ranges.

Value: The channel blend ranges.

Returns: com.aspose.psd.fileformats.psd.layers.BlendRange[]

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getCompositeBlendRange()

public final BlendRange getCompositeBlendRange()

Gets or sets the composite blend ranges.

Value: The composite blend ranges.

Returns: BlendRange

getLength()

public final int getLength()

Gets the length of layer blending ranges data in bytes.

Value: The length of layer blending ranges data.

Returns: int

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

save_internalized(StreamContainer streamContainer)

public final void save_internalized(StreamContainer streamContainer)

Saves the data to specified stream container.

Parameters:

ParameterTypeDescription
streamContainerStreamContainerThe stream container to save to.

setChannelBlendRanges(BlendRange[] value)

public final void setChannelBlendRanges(BlendRange[] value)

Gets or sets the channel blend ranges.

Value: The channel blend ranges.

Parameters:

ParameterTypeDescription
valueBlendRange[]

setCompositeBlendRange(BlendRange value)

public final void setCompositeBlendRange(BlendRange value)

Gets or sets the composite blend ranges.

Value: The composite blend ranges.

Parameters:

ParameterTypeDescription
valueBlendRange

toString()

public String toString()

Returns: java.lang.String

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