asposecells.api

Class ReflectionEffect

This class specifies a reflection effect.

Property Getters/Setters Summary
methodgetBlur()
method
setBlur(value)
           Gets and sets the blur radius,in unit of points.
methodgetDirection()
method
           Gets and sets the direction of the alpha gradient ramp relative to the shape itself.
methodgetDistance()
method
           Gets and sets how far to distance the shadow,in unit of points.
methodgetFadeDirection()
method
           Gets and sets the direction to offset the reflection.
methodgetRotWithShape()
method
           Gets and sets if the reflection should rotate with the shape.
methodgetSize()
method
setSize(value)
           Gets and sets the end position (along the alpha gradient ramp) of the end alpha value,in unit of percentage
methodgetTransparency()
method
           Gets and sets the degree of the starting reflection transparency as a value from 0.0 (opaque) through 1.0 (clear).
methodgetType()
method
setType(value)
           Gets and sets the preset reflection effect. The value of the property is ReflectionEffectType integer constant.
 

    • Property Getters/Setters Detail

      • getType/setType : int 

        int getType() / setType(value)
        
        Gets and sets the preset reflection effect. The value of the property is ReflectionEffectType integer constant.
      • getTransparency/setTransparency : float 

        float getTransparency() / setTransparency(value)
        
        Gets and sets the degree of the starting reflection transparency as a value from 0.0 (opaque) through 1.0 (clear).
      • getSize/setSize : float 

        float getSize() / setSize(value)
        
        Gets and sets the end position (along the alpha gradient ramp) of the end alpha value,in unit of percentage
      • getBlur/setBlur : float 

        float getBlur() / setBlur(value)
        
        Gets and sets the blur radius,in unit of points.
      • getDirection/setDirection : float 

        float getDirection() / setDirection(value)
        
        Gets and sets the direction of the alpha gradient ramp relative to the shape itself.
      • getDistance/setDistance : float 

        float getDistance() / setDistance(value)
        
        Gets and sets how far to distance the shadow,in unit of points.
      • getFadeDirection/setFadeDirection : float 

        float getFadeDirection() / setFadeDirection(value)
        
        Gets and sets the direction to offset the reflection.
      • getRotWithShape/setRotWithShape : boolean 

        boolean getRotWithShape() / setRotWithShape(value)
        
        Gets and sets if the reflection should rotate with the shape.