Package org.apache.poi.xslf.usermodel
Class XSLFTexturePaint
- java.lang.Object
-
- org.apache.poi.xslf.usermodel.XSLFTexturePaint
-
- All Implemented Interfaces:
PaintStyle,PaintStyle.TexturePaint
@Internal public class XSLFTexturePaint extends Object implements PaintStyle.TexturePaint
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.poi.sl.usermodel.PaintStyle
PaintStyle.FlipMode, PaintStyle.GradientPaint, PaintStyle.PaintModifier, PaintStyle.SolidPaint, PaintStyle.TextureAlignment, PaintStyle.TexturePaint
-
-
Constructor Summary
Constructors Constructor 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaintStyle.TextureAlignmentgetAlignment()intgetAlpha()StringgetContentType()List<ColorStyle>getDuoTone()PaintStyle.FlipModegetFlipMode()InputStreamgetImageData()Insets2DgetInsets()Point2DgetOffset()Dimension2DgetScale()ShapegetShape()Insets2DgetStretch()booleanisRotatedWithShape()
-
-
-
Constructor Detail
-
XSLFTexturePaint
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)
-
-
Method Detail
-
getImageData
public InputStream getImageData()
- Specified by:
getImageDatain interfacePaintStyle.TexturePaint
-
getContentType
public String getContentType()
- Specified by:
getContentTypein interfacePaintStyle.TexturePaint
-
getAlpha
public int getAlpha()
- Specified by:
getAlphain interfacePaintStyle.TexturePaint
-
isRotatedWithShape
public boolean isRotatedWithShape()
- Specified by:
isRotatedWithShapein interfacePaintStyle.TexturePaint
-
getScale
public Dimension2D getScale()
- Specified by:
getScalein interfacePaintStyle.TexturePaint
-
getOffset
public Point2D getOffset()
- Specified by:
getOffsetin interfacePaintStyle.TexturePaint
-
getFlipMode
public PaintStyle.FlipMode getFlipMode()
- Specified by:
getFlipModein interfacePaintStyle.TexturePaint
-
getAlignment
public PaintStyle.TextureAlignment getAlignment()
- Specified by:
getAlignmentin interfacePaintStyle.TexturePaint
-
getInsets
public Insets2D getInsets()
- Specified by:
getInsetsin interfacePaintStyle.TexturePaint
-
getStretch
public Insets2D getStretch()
- Specified by:
getStretchin interfacePaintStyle.TexturePaint
-
getDuoTone
public List<ColorStyle> getDuoTone()
- Specified by:
getDuoTonein interfacePaintStyle.TexturePaint
-
getShape
public Shape getShape()
- Specified by:
getShapein interfacePaintStyle.TexturePaint
-
-