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, setShapeType
applyTransform
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 © 2005-2010 Potix Corporation. All Rights Reserved.