Skip to: Site menu | Main content

Groovy 

      Download | Documentation | Developers | Community

An agile dynamic language for the Java Platform

GraphicsBuilder - Strokes - BasicStroke Add comment to Wiki View in Wiki Edit Wiki page Printable Version

Creates a java.awt.BasicStroke used to draw the contour of shapes and outlines.

Properties

Property Default Notes
width 1  
cap 'square' any of [butt,round,square]
join 'miter' any of [bevel,round,miter]
miterlimit 10  
dash    
dashphase 0