@Internal public class XSLFTexturePaint extends java.lang.Object implements PaintStyle.TexturePaint
PaintStyle.FlipMode, PaintStyle.GradientPaint, PaintStyle.PaintModifier, PaintStyle.SolidPaint, PaintStyle.TextureAlignment, PaintStyle.TexturePaint| Constructor and Description |
|---|
XSLFTexturePaint(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() |
java.lang.String |
getContentType() |
java.util.List<ColorStyle> |
getDuoTone() |
PaintStyle.FlipMode |
getFlipMode() |
java.io.InputStream |
getImageData() |
Insets2D |
getInsets() |
java.awt.geom.Point2D |
getOffset() |
java.awt.geom.Dimension2D |
getScale() |
Insets2D |
getStretch() |
boolean |
isRotatedWithShape() |
public XSLFTexturePaint(org.openxmlformats.schemas.drawingml.x2006.main.CTBlipFillProperties blipFill,
PackagePart parentPart,
org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor phClr,
XSLFTheme theme,
XSLFSheet sheet)
public java.io.InputStream getImageData()
getImageData in interface PaintStyle.TexturePaintpublic java.lang.String getContentType()
getContentType in interface PaintStyle.TexturePaintpublic int getAlpha()
getAlpha in interface PaintStyle.TexturePaintpublic boolean isRotatedWithShape()
isRotatedWithShape in interface PaintStyle.TexturePaintpublic java.awt.geom.Dimension2D getScale()
getScale in interface PaintStyle.TexturePaintpublic java.awt.geom.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 java.util.List<ColorStyle> getDuoTone()
getDuoTone in interface PaintStyle.TexturePaint