Package | Description |
---|---|
org.apache.poi.sl.draw | |
org.apache.poi.sl.usermodel | |
org.apache.poi.xslf.usermodel |
Modifier and Type | Method and Description |
---|---|
static java.awt.Color |
DrawPaint.applyColorTransform(ColorStyle color)
Convert color transformations in
ColorStyle to a Color instance |
static PaintStyle.SolidPaint |
DrawPaint.createSolidPaint(ColorStyle color) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractColorStyle
Helper class for ColorStyle - not part of the API / implementation may change any time
|
Modifier and Type | Method and Description |
---|---|
ColorStyle[] |
PaintStyle.GradientPaint.getGradientColors() |
ColorStyle |
PaintStyle.SolidPaint.getSolidColor() |
Modifier and Type | Method and Description |
---|---|
default java.util.List<ColorStyle> |
PaintStyle.TexturePaint.getDuoTone()
For pattern images, the duo tone defines the black/white pixel color replacement
|
Modifier and Type | Method and Description |
---|---|
ColorStyle |
XSLFColor.getColorStyle() |
ColorStyle[] |
XSLFGradientPaint.getGradientColors() |
Modifier and Type | Method and Description |
---|---|
java.util.List<ColorStyle> |
XSLFTexturePaint.getDuoTone() |
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.