|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.presentation.drawing.outershadoweffect
public class outershadoweffect
represents a outer shadow effect.
constructor summary | |
---|---|
outershadoweffect()
default constructor. |
|
outershadoweffect( source)
|
method summary | |
---|---|
double |
getblurradius()
blur radius. |
colorformat |
getcolorformat()
color of shadow. |
float |
getdirection()
direction of shadow. |
double |
getdistance()
distance of shadow. |
float |
gethorizontalscalingfactor()
specifies the horizontal scaling factor, negative scaling causes a flip. |
float |
gethorizontalskew()
specifies the horizontal skew angle. |
rectanglealignment |
getrectanglealign()
rectangle alignment. |
boolean |
getrotatewithshape()
specifies whether the shadow should rotate with the shape if the shape is rotated. |
float |
getverticalscalingfactor()
specifies the vertical scaling factor, negative scaling causes a flip. |
float |
getverticalskew()
specifies the vertical skew angle. |
void |
setblurradius(double value)
|
void |
setdirection(float value)
|
void |
setdistance(double value)
|
void |
sethorizontalscalingfactor(float value)
|
void |
sethorizontalskew(float value)
|
void |
setrectanglealign(rectanglealignment value)
|
void |
setrotatewithshape(boolean value)
|
void |
setverticalscalingfactor(float value)
|
void |
setverticalskew(float value)
|
constructor detail |
---|
public outershadoweffect()
java.lang.exception
public outershadoweffect( source)
method detail |
---|
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 colorformat getcolorformat()
public rectanglealignment getrectanglealign()
public void setrectanglealign(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 gethorizontalscalingfactor()
public void sethorizontalscalingfactor(float value)
public float getverticalscalingfactor()
public void setverticalscalingfactor(float value)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |