com.aspose.slides
Interface IOuterShadowEffectiveData

All Known Implementing Classes:
OuterShadowEffectiveData

public interface IOuterShadowEffectiveData

Immutable object which represents a outer shadow effect.


Method Summary
 double getBlurRadius()
           Blur radius.
 float getDirection()
           Direction of shadow.
 double getDistance()
           Distance of shadow.
 byte getRectangleAlign()
           Rectangle alignment.
 boolean getRotateShadowWithShape()
           Specifies whether the shadow should rotate with the shape if the shape is rotated.
 double getScaleHorizontal()
           Specifies the horizontal scaling factor, negative scaling causes a flip.
 double getScaleVertical()
           Specifies the vertical scaling factor, negative scaling causes a flip.
 java.awt.Color getShadowColor()
           Color of shadow.
 double getSkewHorizontal()
           Specifies the horizontal skew angle (in degrees).
 double getSkewVertical()
           Specifies the vertical skew angle (in degrees).
 

Method Detail

getBlurRadius

double getBlurRadius()

Blur radius. Read-only double.


getDirection

float getDirection()

Direction of shadow. Read-only float.


getDistance

double getDistance()

Distance of shadow. Read-only double.


getShadowColor

java.awt.Color getShadowColor()

Color of shadow. Read-only java.awt.Color.


getRectangleAlign

byte getRectangleAlign()

Rectangle alignment. Read-only RectangleAlignment.


getSkewHorizontal

double getSkewHorizontal()

Specifies the horizontal skew angle (in degrees). Read-only double.


getSkewVertical

double getSkewVertical()

Specifies the vertical skew angle (in degrees). Read-only double.


getRotateShadowWithShape

boolean getRotateShadowWithShape()

Specifies whether the shadow should rotate with the shape if the shape is rotated. Read-only boolean.


getScaleHorizontal

double getScaleHorizontal()

Specifies the horizontal scaling factor, negative scaling causes a flip. Read-only double.


getScaleVertical

double getScaleVertical()

Specifies the vertical scaling factor, negative scaling causes a flip. Read-only double.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.