|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.poi.xslf.usermodel.XSLFShape
org.apache.poi.xslf.usermodel.XSLFShadow
public class XSLFShadow
Represents a shadow of a shape. For now supports only outer shadows.
| Field Summary |
|---|
| Fields inherited from class org.apache.poi.xslf.usermodel.XSLFShape |
|---|
PML_NS |
| Method Summary | |
|---|---|
java.awt.geom.Rectangle2D |
getAnchor()
|
double |
getAngle()
|
double |
getBlur()
|
double |
getDistance()
|
java.awt.Color |
getFillColor()
|
PaintStyle.SolidPaint |
getFillStyle()
|
XSLFSimpleShape |
getShadowParent()
|
void |
setAnchor(java.awt.geom.Rectangle2D anchor)
|
| Methods inherited from class org.apache.poi.xslf.usermodel.XSLFShape |
|---|
draw, fetchShapeProperty, getBgPr, getBgRef, getChild, getCNvPr, getCTPlaceholder, getFillPaint, getGrpSpPr, getParent, getPlaceholder, getShapeId, getShapeName, getShapeProperties, getSheet, getSpStyle, getXmlObject, selectPaint, selectPaint, selectPaint, selectPaint, selectPaint, selectProperty, setParent, setPlaceholder |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public XSLFSimpleShape getShadowParent()
getShadowParent in interface Shadow<XSLFShape,XSLFTextParagraph>public java.awt.geom.Rectangle2D getAnchor()
getAnchor in interface Shape<XSLFShape,XSLFTextParagraph>public void setAnchor(java.awt.geom.Rectangle2D anchor)
public double getDistance()
getDistance in interface Shadow<XSLFShape,XSLFTextParagraph>public double getAngle()
getAngle in interface Shadow<XSLFShape,XSLFTextParagraph>public double getBlur()
getBlur in interface Shadow<XSLFShape,XSLFTextParagraph>public java.awt.Color getFillColor()
public PaintStyle.SolidPaint getFillStyle()
getFillStyle in interface Shadow<XSLFShape,XSLFTextParagraph>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||