Uses of Interface
org.apache.poi.sl.usermodel.PaintStyle.GradientPaint
Packages that use PaintStyle.GradientPaint
-
Uses of PaintStyle.GradientPaint in org.apache.poi.sl.draw
Methods in org.apache.poi.sl.draw with parameters of type PaintStyle.GradientPaintModifier and TypeMethodDescriptionprotected Paint
DrawPaint.createLinearGradientPaint
(PaintStyle.GradientPaint fill, Graphics2D graphics) protected Paint
DrawPaint.createPathGradientPaint
(PaintStyle.GradientPaint fill, Graphics2D graphics) protected Paint
DrawPaint.createRadialGradientPaint
(PaintStyle.GradientPaint fill, Graphics2D graphics) protected Paint
DrawPaint.getGradientPaint
(PaintStyle.GradientPaint fill, Graphics2D graphics)