|
|||||||||
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.outershadownode
public class outershadownode
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 |
---|
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 |
---|
public double getblurradius()
public float getdirection()
public double getdistance()
public java.awt.color getshadowcolor()
public rectanglealignment getrectanglealign()
public float getskewhorizontal()
public float getskewvertical()
public boolean getrotateshadowwithshape()
public float getscalehorizontal()
public float getscalevertical()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |