public class XSLFShadow extends XSLFSimpleShape
| Modifier and Type | Method and Description |
|---|---|
void |
draw(Graphics2D graphics,
Shape outline) |
void |
fill(Graphics2D graphics,
Shape outline) |
Rectangle2D |
getAnchor() |
double |
getAngle() |
double |
getBlur() |
double |
getDistance() |
Color |
getFillColor() |
void |
setAnchor(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(Graphics2D graphics, Shape outline)
public void draw(Graphics2D graphics, Shape outline)
public Rectangle2D getAnchor()
getAnchor in class XSLFSimpleShapepublic void setAnchor(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 Color getFillColor()
getFillColor in class XSLFSimpleShapeCopyright © 2020. All rights reserved.