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