|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.Glow
public class Glow
This element specifies a glow effect, in which a color blurred outline is added outside the edges of the object.
Constructor Summary | |
---|---|
Glow()
|
Method Summary | |
---|---|
ColorFormatEx |
getColorFormat()
Returns the color format. |
double |
getRadius()
Returns the radius. |
void |
setColorFormat(ColorFormatEx value)
Sets the color format. |
void |
setRadius(double value)
Sets the radius. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Glow()
Method Detail |
---|
public double getRadius()
public void setRadius(double value)
value
- new radius.public ColorFormatEx getColorFormat()
public void setColorFormat(ColorFormatEx value)
value
- new color format.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |