outershadoweffect-ag凯发旗舰厅



com.spire.presentation.drawing
class outershadoweffect

java.lang.object
  extended by com.spire.presentation.drawing.outershadoweffect

public class outershadoweffect
extends java.lang.object

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

outershadoweffect

public outershadoweffect()
default constructor.
throws:
java.lang.exception

outershadoweffect

public outershadoweffect( source)
method detail

getblurradius

public double getblurradius()
blur radius.
returns:

setblurradius

public void setblurradius(double value)

getdirection

public float getdirection()
direction of shadow.
returns:

setdirection

public void setdirection(float value)

getdistance

public double getdistance()
distance of shadow.
returns:

setdistance

public void setdistance(double value)

getcolorformat

public colorformat getcolorformat()
color of shadow.
returns:

getrectanglealign

public rectanglealignment getrectanglealign()
rectangle alignment.
returns:

setrectanglealign

public void setrectanglealign(rectanglealignment value)

gethorizontalskew

public float gethorizontalskew()
specifies the horizontal skew angle.
returns:

sethorizontalskew

public void sethorizontalskew(float value)

getverticalskew

public float getverticalskew()
specifies the vertical skew angle.
returns:

setverticalskew

public void setverticalskew(float value)

getrotatewithshape

public boolean getrotatewithshape()
specifies whether the shadow should rotate with the shape if the shape is rotated.
returns:

setrotatewithshape

public void setrotatewithshape(boolean value)

gethorizontalscalingfactor

public float gethorizontalscalingfactor()
specifies the horizontal scaling factor, negative scaling causes a flip.
returns:

sethorizontalscalingfactor

public void sethorizontalscalingfactor(float value)

getverticalscalingfactor

public float getverticalscalingfactor()
specifies the vertical scaling factor, negative scaling causes a flip.
returns:

setverticalscalingfactor

public void setverticalscalingfactor(float value)


网站地图