Package org.apache.poi.sl.draw
Class PathGradientPaint
- java.lang.Object
-
- org.apache.poi.sl.draw.PathGradientPaint
-
- All Implemented Interfaces:
Paint
,Transparency
@Internal public class PathGradientPaint extends Object implements Paint
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
PathGradientPaint.PathGradientContext
-
Field Summary
-
Fields inherited from interface java.awt.Transparency
BITMASK, OPAQUE, TRANSLUCENT
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PathGradientPaint.PathGradientContext
createContext(ColorModel cm, Rectangle deviceBounds, Rectangle2D userBounds, AffineTransform transform, RenderingHints hints)
int
getTransparency()
-
-
-
Method Detail
-
createContext
public PathGradientPaint.PathGradientContext createContext(ColorModel cm, Rectangle deviceBounds, Rectangle2D userBounds, AffineTransform transform, RenderingHints hints)
- Specified by:
createContext
in interfacePaint
-
getTransparency
public int getTransparency()
- Specified by:
getTransparency
in interfaceTransparency
-
-