Uses of Class
org.apache.poi.xslf.usermodel.LineCap

Packages that use LineCap
org.apache.poi.xslf.usermodel   
 

Uses of LineCap in org.apache.poi.xslf.usermodel
 

Fields in org.apache.poi.xslf.usermodel declared as LineCap
static LineCap LineCap.FLAT
          Line ends at end point
static LineCap LineCap.ROUND
          Rounded ends
static LineCap LineCap.SQUARE
          Square protrudes by half line width
 

Methods in org.apache.poi.xslf.usermodel that return LineCap
 LineCap XSLFSimpleShape.getLineCap()
           
static LineCap[] LineCap.values()
           
 

Methods in org.apache.poi.xslf.usermodel with parameters of type LineCap
 void XSLFSimpleShape.setLineCap(LineCap cap)