reflectioneffect-ag凯发旗舰厅



com.spire.presentation.drawing
class reflectioneffect

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

public class reflectioneffect
extends java.lang.object

represents a reflection effect.


constructor summary
reflectioneffect()
          creates a new instance of reflection effect class.
reflectioneffect( source)
           
 
method summary
 rectanglealignment getalignment()
          rectangle alignment.
 double getblurradius()
          blur radius.
 float getdirection()
          direction of reflection.
 double getdistance()
          distance of reflection.
 float getendopacity()
          end reflection opacity.
 float getendposition()
          specifies the end position (along the alpha gradient ramp) of the end alpha value (percents).
 float getfadedirection()
          specifies the direction to offset the reflection.
 float gethorizontalscale()
          specifies the horizontal scaling factor, negative scaling causes a flip.
 float gethorizontalskew()
          specifies the horizontal skew angle.
 boolean getrotatewithshape()
          specifies whether the reflection should rotate with the shape if the shape is rotated.
 float getstartopacity()
          starting reflection opacity.
 float getstartposition()
          specifies the start position (along the alpha gradient ramp) of the start alpha value (percents).
 float getverticalscale()
          specifies the vertical scaling factor, negative scaling causes a flip.
 float getverticalskew()
          specifies the vertical skew angle.
 void setalignment(rectanglealignment value)
           
 void setblurradius(double value)
           
 void setdirection(float value)
           
 void setdistance(double value)
           
 void setendopacity(float value)
           
 void setendposition(float value)
           
 void setfadedirection(float value)
           
 void sethorizontalscale(float value)
           
 void sethorizontalskew(float value)
           
 void setrotatewithshape(boolean value)
           
 void setstartopacity(float value)
           
 void setstartposition(float value)
           
 void setverticalscale(float value)
           
 void setverticalskew(float value)
           
 
constructor detail

reflectioneffect

public reflectioneffect()
creates a new instance of reflection effect class.

reflectioneffect

public reflectioneffect( source)
method detail

getstartposition

public float getstartposition()
specifies the start position (along the alpha gradient ramp) of the start alpha value (percents).
returns:

setstartposition

public void setstartposition(float value)

getendposition

public float getendposition()
specifies the end position (along the alpha gradient ramp) of the end alpha value (percents).
returns:

setendposition

public void setendposition(float value)

getfadedirection

public float getfadedirection()
specifies the direction to offset the reflection. (angle).
returns:

setfadedirection

public void setfadedirection(float value)

getstartopacity

public float getstartopacity()
starting reflection opacity. (percents).
returns:

setstartopacity

public void setstartopacity(float value)

getendopacity

public float getendopacity()
end reflection opacity. (percents).
returns:

setendopacity

public void setendopacity(float value)

getblurradius

public double getblurradius()
blur radius.
returns:

setblurradius

public void setblurradius(double value)

getdirection

public float getdirection()
direction of reflection.
returns:

setdirection

public void setdirection(float value)

getdistance

public double getdistance()
distance of reflection.
returns:

setdistance

public void setdistance(double value)

getalignment

public rectanglealignment getalignment()
rectangle alignment.
returns:

setalignment

public void setalignment(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 reflection should rotate with the shape if the shape is rotated.
returns:

setrotatewithshape

public void setrotatewithshape(boolean value)

gethorizontalscale

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

sethorizontalscale

public void sethorizontalscale(float value)

getverticalscale

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

setverticalscale

public void setverticalscale(float value)


网站地图