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 Outline
DrawSimpleShape.getHeadDecoration
(Graphics2D graphics, LineDecoration deco, BasicStroke stroke) protected Outline
DrawSimpleShape.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 void
DrawSimpleShape.drawShadow
(Graphics2D graphics, Collection<Outline> outlines, Paint fill, Paint line)