@Internal public class XSLFTexturePaint extends Object implements PaintStyle.TexturePaint
PaintStyle.FlipMode, PaintStyle.GradientPaint, PaintStyle.PaintModifier, PaintStyle.SolidPaint, PaintStyle.TextureAlignment, PaintStyle.TexturePaint| Constructor and Description |
|---|
XSLFTexturePaint(XSLFShape shape,
org.openxmlformats.schemas.drawingml.x2006.main.CTBlipFillProperties blipFill,
PackagePart parentPart,
org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor phClr,
XSLFTheme theme,
XSLFSheet sheet) |
| Modifier and Type | Method and Description |
|---|---|
PaintStyle.TextureAlignment |
getAlignment() |
int |
getAlpha() |
String |
getContentType() |
List<ColorStyle> |
getDuoTone() |
PaintStyle.FlipMode |
getFlipMode() |
InputStream |
getImageData() |
Insets2D |
getInsets() |
Point2D |
getOffset() |
Dimension2D |
getScale() |
Shape |
getShape() |
Insets2D |
getStretch() |
boolean |
isRotatedWithShape() |
public XSLFTexturePaint(XSLFShape shape, org.openxmlformats.schemas.drawingml.x2006.main.CTBlipFillProperties blipFill, PackagePart parentPart, org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor phClr, XSLFTheme theme, XSLFSheet sheet)
public InputStream getImageData()
getImageData in interface PaintStyle.TexturePaintpublic String getContentType()
getContentType in interface PaintStyle.TexturePaintpublic int getAlpha()
getAlpha in interface PaintStyle.TexturePaintpublic boolean isRotatedWithShape()
isRotatedWithShape in interface PaintStyle.TexturePaintpublic Dimension2D getScale()
getScale in interface PaintStyle.TexturePaintpublic Point2D getOffset()
getOffset in interface PaintStyle.TexturePaintpublic PaintStyle.FlipMode getFlipMode()
getFlipMode in interface PaintStyle.TexturePaintpublic PaintStyle.TextureAlignment getAlignment()
getAlignment in interface PaintStyle.TexturePaintpublic Insets2D getInsets()
getInsets in interface PaintStyle.TexturePaintpublic Insets2D getStretch()
getStretch in interface PaintStyle.TexturePaintpublic List<ColorStyle> getDuoTone()
getDuoTone in interface PaintStyle.TexturePaintpublic Shape getShape()
getShape in interface PaintStyle.TexturePaint