public class XSLFShadow extends XSLFSimpleShape
| Modifier and Type | Method and Description |
|---|---|
void |
draw(java.awt.Graphics2D graphics,
java.awt.Shape outline) |
void |
fill(java.awt.Graphics2D graphics,
java.awt.Shape outline) |
java.awt.geom.Rectangle2D |
getAnchor() |
double |
getAngle() |
double |
getBlur() |
double |
getDistance() |
java.awt.Color |
getFillColor() |
void |
setAnchor(java.awt.geom.Rectangle2D anchor) |
draw, drawContent, getCTPlaceholder, getFlipHorizontal, getFlipVertical, getLineCap, getLineColor, getLineDash, getLineHeadDecoration, getLineHeadLength, getLineHeadWidth, getLineTailDecoration, getLineTailLength, getLineTailWidth, getLineWidth, getNvPr, getRotation, getShadow, getShapeId, getShapeName, getShapeType, getSheet, getSpPr, getSpStyle, getXmlObject, setFillColor, setFlipHorizontal, setFlipVertical, setLineCap, setLineColor, setLineDash, setLineHeadDecoration, setLineHeadLength, setLineHeadWidth, setLineTailDecoration, setLineTailLength, setLineTailWidth, setLineWidth, setRotation, setShapeTypeapplyTransformpublic void fill(java.awt.Graphics2D graphics,
java.awt.Shape outline)
public void draw(java.awt.Graphics2D graphics,
java.awt.Shape outline)
public java.awt.geom.Rectangle2D getAnchor()
getAnchor in class XSLFSimpleShapepublic void setAnchor(java.awt.geom.Rectangle2D anchor)
setAnchor in class XSLFSimpleShapeanchor - the position of this shape within the drawing canvas.
The coordinates are expressed in pointspublic double getDistance()
public double getAngle()
public double getBlur()
public java.awt.Color getFillColor()
getFillColor in class XSLFSimpleShapeCopyright 2014 The Apache Software Foundation or its licensors, as applicable.