|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.presentation.drawing.reflectioneffect
public class reflectioneffect
represents a reflection effect.
constructor summary | |
---|---|
reflectioneffect()
creates a new instance of reflection effect class. |
|
reflectioneffect( source)
|
method summary | |
---|---|
rectanglealignment |
getalignment()
rectangle alignment. |
double |
getblurradius()
blur radius. |
float |
getdirection()
direction of reflection. |
double |
getdistance()
distance of reflection. |
float |
getendopacity()
end reflection opacity. |
float |
getendposition()
specifies the end position (along the alpha gradient ramp) of the end alpha value (percents). |
float |
getfadedirection()
specifies the direction to offset the reflection. |
float |
gethorizontalscale()
specifies the horizontal scaling factor, negative scaling causes a flip. |
float |
gethorizontalskew()
specifies the horizontal skew angle. |
boolean |
getrotatewithshape()
specifies whether the reflection should rotate with the shape if the shape is rotated. |
float |
getstartopacity()
starting reflection opacity. |
float |
getstartposition()
specifies the start position (along the alpha gradient ramp) of the start alpha value (percents). |
float |
getverticalscale()
specifies the vertical scaling factor, negative scaling causes a flip. |
float |
getverticalskew()
specifies the vertical skew angle. |
void |
setalignment(rectanglealignment value)
|
void |
setblurradius(double value)
|
void |
setdirection(float value)
|
void |
setdistance(double value)
|
void |
setendopacity(float value)
|
void |
setendposition(float value)
|
void |
setfadedirection(float value)
|
void |
sethorizontalscale(float value)
|
void |
sethorizontalskew(float value)
|
void |
setrotatewithshape(boolean value)
|
void |
setstartopacity(float value)
|
void |
setstartposition(float value)
|
void |
setverticalscale(float value)
|
void |
setverticalskew(float value)
|
constructor detail |
---|
public reflectioneffect()
public reflectioneffect( source)
method detail |
---|
public float getstartposition()
public void setstartposition(float value)
public float getendposition()
public void setendposition(float value)
public float getfadedirection()
public void setfadedirection(float value)
public float getstartopacity()
public void setstartopacity(float value)
public float getendopacity()
public void setendopacity(float value)
public double getblurradius()
public void setblurradius(double value)
public float getdirection()
public void setdirection(float value)
public double getdistance()
public void setdistance(double value)
public rectanglealignment getalignment()
public void setalignment(rectanglealignment value)
public float gethorizontalskew()
public void sethorizontalskew(float value)
public float getverticalskew()
public void setverticalskew(float value)
public boolean getrotatewithshape()
public void setrotatewithshape(boolean value)
public float gethorizontalscale()
public void sethorizontalscale(float value)
public float getverticalscale()
public void setverticalscale(float value)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |