outershadownode-ag凯发旗舰厅



com.spire.presentation.drawing
class outershadownode

java.lang.object
  extended by com.spire.presentation.drawing.effectnode
      extended by com.spire.presentation.drawing.outershadownode

public class outershadownode
extends effectnode

represents a outer shadow effect.


constructor summary
(rectanglealignment alignment, double blurrad, float direction, double distance, float skewx, float skewy, boolean rotatewithshape, float scalex, float scaley, com.spire.ms.system.drawing.color color)
           
 
method summary
 double getblurradius()
          blur radius.
 float getdirection()
          direction of shadow.
 double getdistance()
          distance of shadow.
 rectanglealignment getrectanglealign()
          rectangle alignment.
 boolean getrotateshadowwithshape()
          specifies whether the shadow should rotate with the shape if the shape is rotated.
 float getscalehorizontal()
          specifies the horizontal scaling factor, negative scaling causes a flip.
 float getscalevertical()
          specifies the vertical scaling factor, negative scaling causes a flip.
 java.awt.color getshadowcolor()
          java.awt.color of shadow.
 float getskewhorizontal()
          specifies the horizontal skew angle.
 float getskewvertical()
          specifies the vertical skew angle.
 
constructor detail

outershadownode

public outershadownode(rectanglealignment alignment,
                       double blurrad,
                       float direction,
                       double distance,
                       float skewx,
                       float skewy,
                       boolean rotatewithshape,
                       float scalex,
                       float scaley,
                       com.spire.ms.system.drawing.color color)
method detail

getblurradius

public double getblurradius()
blur radius.
returns:

getdirection

public float getdirection()
direction of shadow.
returns:

getdistance

public double getdistance()
distance of shadow.
returns:

getshadowcolor

public java.awt.color getshadowcolor()
java.awt.color of shadow.
returns:

getrectanglealign

public rectanglealignment getrectanglealign()
rectangle alignment.
returns:

getskewhorizontal

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

getskewvertical

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

getrotateshadowwithshape

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

getscalehorizontal

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

getscalevertical

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


网站地图