LayerBlendingRangesData
Inheritance: java.lang.Object
public final class LayerBlendingRangesData
The layer blending ranges data.
Constructors
Constructor | Description |
---|---|
LayerBlendingRangesData() |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
data | LayerBlendingRangesData | The data. |
Returns: LayerBlendingRangesData - The cloned data.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.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:
Parameter | Type | Description |
---|---|---|
streamContainer | StreamContainer | The 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:
Parameter | Type | Description |
---|---|---|
value | BlendRange[] |
setCompositeBlendRange(BlendRange value)
public final void setCompositeBlendRange(BlendRange value)
Gets or sets the composite blend ranges.
Value: The composite blend ranges.
Parameters:
Parameter | Type | Description |
---|---|---|
value | BlendRange |
toString()
public String toString()
Returns: java.lang.String
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 |