ShadowEffect
Inheritance: java.lang.Object
public class ShadowEffect
This class specifies the shadow effect of the chart element or shape.
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
arg0 | java.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:
Parameter | Type | Description |
---|---|---|
value | double |
setBlur(double value)
public void setBlur(double value)
Sets the blur of the shadow. Range from 0 to 100 points.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
setColor(CellsColor value)
public void setColor(CellsColor value)
Sets the color of the shadow.
Parameters:
Parameter | Type | Description |
---|---|---|
value | CellsColor |
setDistance(double value)
public void setDistance(double value)
Sets the distance of the shadow. Range from 0 to 200 points.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
setPresetType(int value)
public void setPresetType(int value)
Sets the preset shadow type of the shadow.
See PresetShadowType.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
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:
Parameter | Type | Description |
---|---|---|
value | double |
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:
Parameter | Type | Description |
---|---|---|
value | double |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native 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 |