Package | Description |
---|---|
org.apache.poi.sl.draw | |
org.apache.poi.sl.draw.geom | |
org.apache.poi.sl.usermodel | |
org.apache.poi.xslf.draw.geom |
Modifier and Type | Method and Description |
---|---|
java.awt.Paint |
DrawPaint.getPaint(java.awt.Graphics2D graphics,
PaintStyle paint,
PaintStyle.PaintModifier modifier) |
protected java.awt.Paint |
DrawPaint.getSolidPaint(PaintStyle.SolidPaint fill,
java.awt.Graphics2D graphics,
PaintStyle.PaintModifier modifier) |
Modifier and Type | Method and Description |
---|---|
PaintStyle.PaintModifier |
Path.getFill() |
PaintStyle.PaintModifier |
PathIf.getFill() |
Modifier and Type | Method and Description |
---|---|
void |
Path.setFill(PaintStyle.PaintModifier fill) |
void |
PathIf.setFill(PaintStyle.PaintModifier fill) |
Modifier and Type | Method and Description |
---|---|
static PaintStyle.PaintModifier |
PaintStyle.PaintModifier.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PaintStyle.PaintModifier[] |
PaintStyle.PaintModifier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PaintStyle.PaintModifier |
XSLFPath.getFill() |
Modifier and Type | Method and Description |
---|---|
void |
XSLFPath.setFill(PaintStyle.PaintModifier fill) |
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.