Property Getters/Setters Summary | ||
---|---|---|
method | getBlur() | |
method | setBlur(value) | |
Gets and sets the blur radius,in unit of points. | ||
method | getDirection() | |
method | setDirection(value) | |
Gets and sets the direction of the alpha gradient ramp relative to the shape itself. | ||
method | getDistance() | |
method | setDistance(value) | |
Gets and sets how far to distance the shadow,in unit of points. | ||
method | getFadeDirection() | |
method | setFadeDirection(value) | |
Gets and sets the direction to offset the reflection. | ||
method | getRotWithShape() | |
method | setRotWithShape(value) | |
Gets and sets if the reflection should rotate with the shape. | ||
method | getSize() | |
method | setSize(value) | |
Gets and sets the end position (along the alpha gradient ramp) of the end alpha value,in unit of percentage | ||
method | getTransparency() | |
method | setTransparency(value) | |
Gets and sets the degree of the starting reflection transparency as a value from 0.0 (opaque) through 1.0 (clear). | ||
method | getType() | |
method | setType(value) | |
Gets and sets the preset reflection effect. The value of the property is ReflectionEffectType integer constant. |
int getType() / setType(value)
float getTransparency() / setTransparency(value)
float getSize() / setSize(value)
float getBlur() / setBlur(value)
float getDirection() / setDirection(value)
float getDistance() / setDistance(value)
float getFadeDirection() / setFadeDirection(value)
boolean getRotWithShape() / setRotWithShape(value)