Uses of Class
org.apache.poi.sl.draw.geom.Outline
-
Packages that use Outline Package Description org.apache.poi.sl.draw -
-
Uses of Outline in org.apache.poi.sl.draw
Methods in org.apache.poi.sl.draw that return Outline Modifier and Type Method Description protected 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 Outline Modifier and Type Method Description protected Collection<Outline>
DrawSimpleShape. computeOutlines(Graphics2D graphics)
Method parameters in org.apache.poi.sl.draw with type arguments of type Outline Modifier and Type Method Description protected void
DrawSimpleShape. drawShadow(Graphics2D graphics, Collection<Outline> outlines, Paint fill, Paint line)
-