GlowEffect

Inheritance: java.lang.Object

public class GlowEffect

This class specifies a glow effect, in which a color blurred outline is added outside the edges of the object.

Methods

MethodDescription
equals(Object arg0)
getClass()
getColor()Gets the color of the glow effect.
getRadius()Gets the radius of the glow, in unit of points.
getSize()Gets the radius of the glow, in unit of points.
getTransparency()Gets the degree of transparency of the glow effect.
hashCode()
notify()
notifyAll()
setColor(CellsColor value)Gets the color of the glow effect.
setRadius(double value)Sets the radius of the glow, in unit of points.
setSize(double value)Sets the radius of the glow, in unit of points.
setTransparency(double value)Sets the degree of transparency of the glow effect.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

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

getColor()

public CellsColor getColor()

Gets the color of the glow effect.

Returns: CellsColor

getRadius()

public double getRadius()

Gets the radius of the glow, in unit of points.

Remarks

NOTE: This member is now obsolete. Instead, please use GlowEffect.Size property. This property will be removed 6 months later since September 2016. Aspose apologizes for any inconvenience you may have experienced.

Returns: double

getSize()

public double getSize()

Gets the radius of the glow, in unit of points.

Returns: double

getTransparency()

public double getTransparency()

Gets the degree of transparency of the glow effect. Range from 0.0 (opaque) to 1.0 (clear).

Returns: double

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setColor(CellsColor value)

public void setColor(CellsColor value)

Gets the color of the glow effect.

Parameters:

ParameterTypeDescription
valueCellsColor

setRadius(double value)

public void setRadius(double value)

Sets the radius of the glow, in unit of points.

Remarks

NOTE: This member is now obsolete. Instead, please use GlowEffect.Size property. This property will be removed 6 months later since September 2016. Aspose apologizes for any inconvenience you may have experienced.

Parameters:

ParameterTypeDescription
valuedouble

setSize(double value)

public void setSize(double value)

Sets the radius of the glow, in unit of points.

Parameters:

ParameterTypeDescription
valuedouble

setTransparency(double value)

public void setTransparency(double value)

Sets the degree of transparency of the glow effect. Range from 0.0 (opaque) to 1.0 (clear).

Parameters:

ParameterTypeDescription
valuedouble

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int