Uses of Class
org.apache.poi.sl.draw.geom.Outline
Packages that use Outline
-
Uses of Outline in org.apache.poi.sl.draw
Methods in org.apache.poi.sl.draw that return OutlineModifier and TypeMethodDescriptionprotected OutlineDrawSimpleShape.getHeadDecoration(Graphics2D graphics, LineDecoration deco, BasicStroke stroke) protected OutlineDrawSimpleShape.getTailDecoration(Graphics2D graphics, LineDecoration deco, BasicStroke stroke) Methods in org.apache.poi.sl.draw that return types with arguments of type OutlineModifier and TypeMethodDescriptionprotected Collection<Outline>DrawFreeformShape.computeOutlines(Graphics2D graphics) protected Collection<Outline>DrawSimpleShape.computeOutlines(Graphics2D graphics) Method parameters in org.apache.poi.sl.draw with type arguments of type OutlineModifier and TypeMethodDescriptionprotected voidDrawSimpleShape.drawShadow(Graphics2D graphics, Collection<Outline> outlines, Paint fill, Paint line)