@Internal public class XSLFGradientPaint extends java.lang.Object implements PaintStyle.GradientPaint
PaintStyle.GradientPaint.GradientType
PaintStyle.FlipMode, PaintStyle.GradientPaint, PaintStyle.PaintModifier, PaintStyle.SolidPaint, PaintStyle.TextureAlignment, PaintStyle.TexturePaint
Constructor and Description |
---|
XSLFGradientPaint(org.openxmlformats.schemas.drawingml.x2006.main.CTGradientFillProperties gradFill,
org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor phClr,
XSLFTheme theme,
XSLFSheet sheet) |
Modifier and Type | Method and Description |
---|---|
Insets2D |
getFillToInsets() |
double |
getGradientAngle() |
ColorStyle[] |
getGradientColors() |
float[] |
getGradientFractions() |
PaintStyle.GradientPaint.GradientType |
getGradientType() |
boolean |
isRotatedWithShape() |
public double getGradientAngle()
getGradientAngle
in interface PaintStyle.GradientPaint
public ColorStyle[] getGradientColors()
getGradientColors
in interface PaintStyle.GradientPaint
public float[] getGradientFractions()
getGradientFractions
in interface PaintStyle.GradientPaint
public boolean isRotatedWithShape()
isRotatedWithShape
in interface PaintStyle.GradientPaint
public PaintStyle.GradientPaint.GradientType getGradientType()
getGradientType
in interface PaintStyle.GradientPaint
public Insets2D getFillToInsets()
getFillToInsets
in interface PaintStyle.GradientPaint
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.