|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.presentation.drawing.effectnode
com.spire.presentation.drawing.reflectionnode
public class reflectionnode
represents a reflection effect.
constructor summary | |
---|---|
(rectanglealignment algn,
double blurrad,
float dir,
double dist,
float stpos,
float endpos,
float fadedir,
float sta,
float enda,
float kx,
float ky,
boolean rotwithshape,
float sx,
float sy)
|
method summary | |
---|---|
double |
getblurradius()
blur radius. |
float |
getdirection()
direction of reflection. |
double |
getdistance()
distance of reflection. |
float |
getendposalpha()
specifies the end position (along the alpha gradient ramp) of the end alpha value (percents). |
float |
getendreflectionopacity()
end reflection opacity. |
float |
getfadedirection()
specifies the direction to offset the reflection. |
rectanglealignment |
getrectanglealign()
rectangle alignment. |
boolean |
getrotateshadowwithshape()
specifies whether the reflection should rotate with the shape if the shape is rotated. |
float |
getscaleh()
specifies the horizontal scaling factor, negative scaling causes a flip. |
float |
getscalev()
specifies the vertical scaling factor, negative scaling causes a flip. |
float |
getskewh()
specifies the horizontal skew angle. |
float |
getskewv()
specifies the vertical skew angle. |
float |
getstartposalpha()
specifies the start position (along the alpha gradient ramp) of the start alpha value (percents). |
float |
getstartreflectionopacity()
starting reflection opacity. |
constructor detail |
---|
public reflectionnode(rectanglealignment algn, double blurrad, float dir, double dist, float stpos, float endpos, float fadedir, float sta, float enda, float kx, float ky, boolean rotwithshape, float sx, float sy)
method detail |
---|
public float getstartposalpha()
public float getendposalpha()
public float getfadedirection()
public float getstartreflectionopacity()
public float getendreflectionopacity()
public double getblurradius()
public float getdirection()
public double getdistance()
public rectanglealignment getrectanglealign()
public float getskewh()
public float getskewv()
public boolean getrotateshadowwithshape()
public float getscaleh()
public float getscalev()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |