ShadowEffect

Inheritance: java.lang.Object

public class ShadowEffect

This class specifies the shadow effect of the chart element or shape.

Methods

MethodDescription
equals(Object arg0)
getAngle()Gets the lighting angle.
getBlur()Gets the blur of the shadow.
getClass()
getColor()Gets the color of the shadow.
getDistance()Gets the distance of the shadow.
getPresetType()Gets the preset shadow type of the shadow.
getSize()Gets the size of the shadow.
getTransparency()Gets the degree of transparency of the shadow.
hashCode()
notify()
notifyAll()
setAngle(double value)Sets the lighting angle.
setBlur(double value)Sets the blur of the shadow.
setColor(CellsColor value)Sets the color of the shadow.
setDistance(double value)Sets the distance of the shadow.
setPresetType(int value)Sets the preset shadow type of the shadow.
setSize(double value)Sets the size of the shadow.
setTransparency(double value)Sets the degree of transparency of the shadow.
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

getAngle()

public double getAngle()

Gets the lighting angle. Range from 0 to 359.9 degrees.

Returns: double

getBlur()

public double getBlur()

Gets the blur of the shadow. Range from 0 to 100 points.

Returns: double

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getColor()

public CellsColor getColor()

Gets the color of the shadow.

Returns: CellsColor

getDistance()

public double getDistance()

Gets the distance of the shadow. Range from 0 to 200 points.

Returns: double

getPresetType()

public int getPresetType()

Gets the preset shadow type of the shadow.

See PresetShadowType.

Returns: int

getSize()

public double getSize()

Gets the size of the shadow. Range from 0 to 2.0. Meaningless in inner shadow.

Returns: double

getTransparency()

public double getTransparency()

Gets the degree of transparency of the shadow. 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()

setAngle(double value)

public void setAngle(double value)

Sets the lighting angle. Range from 0 to 359.9 degrees.

Parameters:

ParameterTypeDescription
valuedouble

setBlur(double value)

public void setBlur(double value)

Sets the blur of the shadow. Range from 0 to 100 points.

Parameters:

ParameterTypeDescription
valuedouble

setColor(CellsColor value)

public void setColor(CellsColor value)

Sets the color of the shadow.

Parameters:

ParameterTypeDescription
valueCellsColor

setDistance(double value)

public void setDistance(double value)

Sets the distance of the shadow. Range from 0 to 200 points.

Parameters:

ParameterTypeDescription
valuedouble

setPresetType(int value)

public void setPresetType(int value)

Sets the preset shadow type of the shadow.

See PresetShadowType.

Parameters:

ParameterTypeDescription
valueint

setSize(double value)

public void setSize(double value)

Sets the size of the shadow. Range from 0 to 2.0. Meaningless in inner shadow.

Parameters:

ParameterTypeDescription
valuedouble

setTransparency(double value)

public void setTransparency(double value)

Sets the degree of transparency of the shadow. 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