| Constructor and Description |
|---|
XSLFColor(org.apache.xmlbeans.XmlObject obj,
XSLFTheme theme,
org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor phClr,
XSLFSheet sheet) |
| Modifier and Type | Method and Description |
|---|---|
Color |
getColor() |
ColorStyle |
getColorStyle() |
int |
getShade()
specifies a darker version of its input color.
|
int |
getTint()
specifies a lighter version of its input color.
|
org.apache.xmlbeans.XmlObject |
getXmlObject() |
protected void |
setColor(Color color)
Sets the solid color
|
@Internal public org.apache.xmlbeans.XmlObject getXmlObject()
public Color getColor()
public ColorStyle getColorStyle()
@Internal protected void setColor(Color color)
color - solid colorpublic int getShade()
public int getTint()