com.aspose.slides
Class GlowEffectiveData

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

public class GlowEffectiveData
extends EffectEffectiveData
implements IGlowEffectiveData

Immutable object which represents a glow effect, in which a color blurred outline is added outside the edges of the object.


Method Summary
 java.awt.Color getColor()
           Color.
 double getRadius()
           Radius.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRadius

public double getRadius()

Radius. Read-only double.

Specified by:
getRadius in interface IGlowEffectiveData

getColor

public java.awt.Color getColor()

Color. Read-only Color.

Specified by:
getColor in interface IGlowEffectiveData


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