All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aspose.cells.ReflectionEffect.html Maven / Gradle / Ivy

There is a newer version: 23.1
Show newest version





ReflectionEffect




com.aspose.cells
Class ReflectionEffect

java.lang.Object
    extended by com.aspose.cells.ReflectionEffect

public class ReflectionEffect 
extends java.lang.Object

This class specifies a reflection effect.


Property Getters/Setters Summary
doublegetBlur()
voidsetBlur(double)
           Gets and sets the blur radius,in unit of points.
doublegetDirection()
voidsetDirection(double)
           Gets and sets the direction of the alpha gradient ramp relative to the shape itself.
doublegetDistance()
voidsetDistance(double)
           Gets and sets how far to distance the shadow,in unit of points.
doublegetFadeDirection()
voidsetFadeDirection(double)
           Gets and sets the direction to offset the reflection.
booleangetRotWithShape()
voidsetRotWithShape(boolean)
           Gets and sets if the reflection should rotate with the shape.
doublegetSize()
voidsetSize(double)
           Gets and sets the end position (along the alpha gradient ramp) of the end alpha value,in unit of percentage
doublegetTransparency()
voidsetTransparency(double)
           Gets and sets the degree of the starting reflection transparency as a value from 0.0 (opaque) through 1.0 (clear).
intgetType()
voidsetType(int)
           Gets and sets the preset reflection effect. The value of the property is ReflectionEffectType integer constant.
 

Property Getters/Setters Detail

getType/setType

public int getType() / public void setType(int value)
Gets and sets the preset reflection effect. The value of the property is ReflectionEffectType integer constant.

setType

public void setType(int value)
Gets and sets the preset reflection effect. The value of the property is ReflectionEffectType integer constant.

getTransparency/setTransparency

public double getTransparency() / public void setTransparency(double value)
Gets and sets the degree of the starting reflection transparency as a value from 0.0 (opaque) through 1.0 (clear).

setTransparency

public void setTransparency(double value)
Gets and sets the degree of the starting reflection transparency as a value from 0.0 (opaque) through 1.0 (clear).

getSize/setSize

public double getSize() / public void setSize(double value)
Gets and sets the end position (along the alpha gradient ramp) of the end alpha value,in unit of percentage

setSize

public void setSize(double value)
Gets and sets the end position (along the alpha gradient ramp) of the end alpha value,in unit of percentage

getBlur/setBlur

public double getBlur() / public void setBlur(double value)
Gets and sets the blur radius,in unit of points.

setBlur

public void setBlur(double value)
Gets and sets the blur radius,in unit of points.

getDirection/setDirection

public double getDirection() / public void setDirection(double value)
Gets and sets the direction of the alpha gradient ramp relative to the shape itself.

setDirection

public void setDirection(double value)
Gets and sets the direction of the alpha gradient ramp relative to the shape itself.

getDistance/setDistance

public double getDistance() / public void setDistance(double value)
Gets and sets how far to distance the shadow,in unit of points.

setDistance

public void setDistance(double value)
Gets and sets how far to distance the shadow,in unit of points.

getFadeDirection/setFadeDirection

public double getFadeDirection() / public void setFadeDirection(double value)
Gets and sets the direction to offset the reflection.

setFadeDirection

public void setFadeDirection(double value)
Gets and sets the direction to offset the reflection.

getRotWithShape/setRotWithShape

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

setRotWithShape

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

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy