Uses of Class
org.apache.poi.sl.usermodel.PaintStyle.PaintModifier
-
Packages that use PaintStyle.PaintModifier Package Description org.apache.poi.sl.draw org.apache.poi.sl.draw.geom org.apache.poi.sl.usermodel -
-
Uses of PaintStyle.PaintModifier in org.apache.poi.sl.draw
Methods in org.apache.poi.sl.draw with parameters of type PaintStyle.PaintModifier Modifier and Type Method Description PaintDrawPaint. getPaint(Graphics2D graphics, PaintStyle paint, PaintStyle.PaintModifier modifier)protected PaintDrawPaint. 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 Modifier and Type Method Description PaintStyle.PaintModifierPath. getFill()PaintStyle.PaintModifierPathIf. getFill()Methods in org.apache.poi.sl.draw.geom with parameters of type PaintStyle.PaintModifier Modifier and Type Method Description voidPath. setFill(PaintStyle.PaintModifier fill)voidPathIf. setFill(PaintStyle.PaintModifier fill) -
Uses of PaintStyle.PaintModifier in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return PaintStyle.PaintModifier Modifier and Type Method Description static PaintStyle.PaintModifierPaintStyle.PaintModifier. valueOf(String name)Returns the enum constant of this type with the specified name.static PaintStyle.PaintModifier[]PaintStyle.PaintModifier. values()Returns an array containing the constants of this enum type, in the order they are declared.
-