Uses of Enum Class
org.apache.poi.sl.usermodel.PaintStyle.PaintModifier
Packages that use PaintStyle.PaintModifier
-
Uses of PaintStyle.PaintModifier in org.apache.poi.sl.draw
Methods in org.apache.poi.sl.draw with parameters of type PaintStyle.PaintModifierModifier and TypeMethodDescriptionDrawPaint.getPaint
(Graphics2D graphics, PaintStyle paint, PaintStyle.PaintModifier modifier) protected Paint
DrawPaint.getSolidPaint
(PaintStyle.SolidPaint fill, Graphics2D graphics, PaintStyle.PaintModifier modifier) -
Uses of PaintStyle.PaintModifier in org.apache.poi.sl.draw.geom
Methods in org.apache.poi.sl.draw.geom that return PaintStyle.PaintModifier -
Uses of PaintStyle.PaintModifier in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return PaintStyle.PaintModifierModifier and TypeMethodDescriptionstatic PaintStyle.PaintModifier
Returns the enum constant of this class with the specified name.static PaintStyle.PaintModifier[]
PaintStyle.PaintModifier.values()
Returns an array containing the constants of this enum class, in the order they are declared.