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, wait
applyTransform
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, setShapeType
public 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 XSLFSimpleShape
public void setAnchor(java.awt.geom.Rectangle2D anchor)
setAnchor
in class XSLFSimpleShape
anchor
- 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 XSLFSimpleShape
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.