OuterGlowProcessor

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.internal.IPartialProcessor

public class OuterGlowProcessor implements IPartialProcessor

Calculating tool for the Outer Glow effect

Methods

MethodDescription
create_internalized(OuterGlowEntity ogEntity)
equals(Object arg0)
getClass()
getEffectPositionRect_internalized()Gets or sets position of effect
getLayerEffectPixels_internalized()Gets or sets Effect pixels
getOuterGlowRect_internalized()Gets or sets Effect area size
hashCode()
notify()
notifyAll()
process(Rectangle pixelsRectangle)Method apply effect to source pixels
setEnd_internalized(Point value)Gets or sets the end point of treatment
setSourcePixels_internalized(int[] value)Gets or sets the pixels of the layer to apply the effect
setStart_internalized(Point value)Gets or sets the start point of treatment
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

create_internalized(OuterGlowEntity ogEntity)

public static OuterGlowProcessor create_internalized(OuterGlowEntity ogEntity)

Parameters:

ParameterTypeDescription
ogEntitycom.aspose.internal.fileformats.psd.layers.layerresources.lfx2resources.OuterGlowEntity

Returns: OuterGlowProcessor

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

getEffectPositionRect_internalized()

public final Rectangle getEffectPositionRect_internalized()

Gets or sets position of effect

Returns: Rectangle

getLayerEffectPixels_internalized()

public final int[] getLayerEffectPixels_internalized()

Gets or sets Effect pixels

Returns: int[]

getOuterGlowRect_internalized()

public final Rectangle getOuterGlowRect_internalized()

Gets or sets Effect area size

Returns: Rectangle

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

process(Rectangle pixelsRectangle)

public final void process(Rectangle pixelsRectangle)

Method apply effect to source pixels

Parameters:

ParameterTypeDescription
pixelsRectangleRectangleEffect layer size

setEnd_internalized(Point value)

public final void setEnd_internalized(Point value)

Gets or sets the end point of treatment

Parameters:

ParameterTypeDescription
valuePoint

setSourcePixels_internalized(int[] value)

public final void setSourcePixels_internalized(int[] value)

Gets or sets the pixels of the layer to apply the effect

Parameters:

ParameterTypeDescription
valueint[]

setStart_internalized(Point value)

public final void setStart_internalized(Point value)

Gets or sets the start point of treatment

Parameters:

ParameterTypeDescription
valuePoint

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