Uses of Class
com.aspose.imaging.CustomLineCap

Packages that use CustomLineCap
com.aspose.imaging   
 

Uses of CustomLineCap in com.aspose.imaging
 

Methods in com.aspose.imaging that return CustomLineCap
 CustomLineCap Pen.getCustomEndCap()
           Gets a custom cap to use at the end of lines drawn with this Pen.
 CustomLineCap Pen.getCustomStartCap()
           Gets a custom cap to use at the beginning of lines drawn with this Pen.
 

Methods in com.aspose.imaging with parameters of type CustomLineCap
 void Pen.setCustomEndCap(CustomLineCap value)
           Setsa custom cap to use at the end of lines drawn with this Pen.
 void Pen.setCustomStartCap(CustomLineCap value)
           Setsa custom cap to use at the beginning of lines drawn with this Pen.