Uses of Interface
org.apache.poi.sl.usermodel.PaintStyle.SolidPaint
-
Packages that use PaintStyle.SolidPaint Package Description org.apache.poi.sl.draw org.apache.poi.sl.usermodel -
-
Uses of PaintStyle.SolidPaint in org.apache.poi.sl.draw
Methods in org.apache.poi.sl.draw that return PaintStyle.SolidPaint Modifier and Type Method Description static PaintStyle.SolidPaint
DrawPaint. createSolidPaint(Color color)
static PaintStyle.SolidPaint
DrawPaint. createSolidPaint(ColorStyle color)
Methods in org.apache.poi.sl.draw with parameters of type PaintStyle.SolidPaint Modifier and Type Method Description protected Paint
DrawPaint. getSolidPaint(PaintStyle.SolidPaint fill, Graphics2D graphics, PaintStyle.PaintModifier modifier)
-
Uses of PaintStyle.SolidPaint in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return PaintStyle.SolidPaint Modifier and Type Method Description PaintStyle.SolidPaint
Shadow. getFillStyle()
-