org.apache.poi.sl.usermodel
Interface PaintStyle.TexturePaint

All Superinterfaces:
PaintStyle
Enclosing interface:
PaintStyle

public static interface PaintStyle.TexturePaint
extends PaintStyle


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.poi.sl.usermodel.PaintStyle
PaintStyle.GradientPaint, PaintStyle.PaintModifier, PaintStyle.SolidPaint, PaintStyle.TexturePaint
 
Method Summary
 int getAlpha()
           
 java.lang.String getContentType()
           
 java.io.InputStream getImageData()
           
 

Method Detail

getImageData

java.io.InputStream getImageData()
Returns:
the raw image stream

getContentType

java.lang.String getContentType()
Returns:
the content type of the image data

getAlpha

int getAlpha()
Returns:
the alpha mask in percents [0..100000]