public abstract class XSSFShape extends Object implements Shape
| Constructor and Description |
|---|
XSSFShape() |
| Modifier and Type | Method and Description |
|---|---|
XSSFAnchor |
getAnchor() |
XSSFDrawing |
getDrawing()
Return the drawing that owns this shape
|
XSSFShapeGroup |
getParent() |
boolean |
isNoFill()
Whether this shape is not filled with a color
|
void |
setFillColor(int red,
int green,
int blue)
Sets the color used to fill this shape using the solid fill pattern.
|
void |
setLineStyle(int lineStyle)
Sets the line style.
|
void |
setLineStyleColor(int red,
int green,
int blue)
The color applied to the lines of this shape.
|
void |
setLineWidth(double lineWidth)
Specifies the width to be used for the underline stroke.
|
void |
setNoFill(boolean noFill)
Sets whether this shape is filled or transparent.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetShapeNamepublic XSSFDrawing getDrawing()
public XSSFShapeGroup getParent()
public XSSFAnchor getAnchor()
public boolean isNoFill()
Shapepublic void setNoFill(boolean noFill)
Shapepublic void setFillColor(int red,
int green,
int blue)
ShapesetFillColor in interface Shapepublic void setLineStyleColor(int red,
int green,
int blue)
ShapesetLineStyleColor in interface Shapepublic void setLineWidth(double lineWidth)
lineWidth - width in pointspublic void setLineStyle(int lineStyle)
lineStyle - Copyright © 2010 - 2020 Adobe. All Rights Reserved