Class XSLFShadow

    • Method Detail

      • getAnchor

        public java.awt.geom.Rectangle2D getAnchor()
        Description copied from interface: Shape
        Returns the anchor (the bounding box rectangle) of this shape. All coordinates are expressed in points (72 dpi).
        Specified by:
        getAnchor in interface Shape<XSLFShape,​XSLFTextParagraph>
        Returns:
        the anchor of this shape
      • setAnchor

        public void setAnchor​(java.awt.geom.Rectangle2D anchor)
      • getBlur

        public double getBlur()
        Specified by:
        getBlur in interface Shadow<XSLFShape,​XSLFTextParagraph>
        Returns:
        the blur radius of the shadow TODO: figure out how to make sense of this property when rendering shadows
      • getFillColor

        public java.awt.Color getFillColor()
        Returns:
        the color of this shadow. Depending whether the parent shape is filled or stroked, this color is used to fill or stroke this shadow