Glow

Overview

Glow is a class in Aspose.Slides FOSS for Java. Inherits from: IGlow, IImageTransformOperation.

Represents a glow effect backed by an OOXML {@code <a:glow>} element.

This class provides 5 methods for working with Glow objects in Java programs. Available methods include: Glow, asIImageTransformOperation, getColor, getRadius, setRadius. All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package. Properties: color, radius.

Properties

NameTypeAccessDescription
radiusdoubleReadGets the radius.
colorIColorFormatReadGets the color.

Methods

SignatureDescription
Glow(element: Element, saveCallback: Runnable)Creates a new Glow backed by the given XML element.
getRadius()doubleReturns the radius.
setRadius(value: double)Sets the radius value.
getColor()IColorFormatReturns the color.
asIImageTransformOperation()IImageTransformOperation{@inheritDoc}

See Also