com.aspose.slides
Class PresetShadowEffectiveData

java.lang.Object
  extended by com.aspose.slides.EffectEffectiveData
      extended by com.aspose.slides.PresetShadowEffectiveData
All Implemented Interfaces:
IEffectEffectiveData, IPresetShadowEffectiveData

public class PresetShadowEffectiveData
extends EffectEffectiveData
implements IPresetShadowEffectiveData

Immutable object which represents a preset shadow effect.


Method Summary
 float getDirection()
           Direction of shadow.
 double getDistance()
           Distance of shadow.
 int getPreset()
           Preset.
 java.awt.Color getShadowColor()
           Color of shadow.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDirection

public float getDirection()

Direction of shadow. Read-only float.

Specified by:
getDirection in interface IPresetShadowEffectiveData

getDistance

public double getDistance()

Distance of shadow. Read-only double.

Specified by:
getDistance in interface IPresetShadowEffectiveData

getShadowColor

public java.awt.Color getShadowColor()
Description copied from interface: IPresetShadowEffectiveData

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

Specified by:
getShadowColor in interface IPresetShadowEffectiveData

getPreset

public int getPreset()

Preset. Read-only PresetShadowType.

Specified by:
getPreset in interface IPresetShadowEffectiveData


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