public class XSLFShadow extends XSLFSimpleShape
| Modifier and Type | Method | 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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplyTransformdraw, 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, setShapeTypepublic 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 2018 The Apache Software Foundation or its licensors, as applicable.