borderPaint
, both as a property and as a nested operation. Taking advantage strokes being updated I also added support for Jerry Huxtable's strokes as can be seen in the following image
We have a base bezier path and draw it 6 times with different stroke options: normal, shaped, composite, wobble, compound and painted.
BasicStrokes are now created with
basicStroke
, stroke
was upgraded to be a placeholder for other strokes, in the same way paint
works for paints. Notice that shape
, previously allowed only on area operations, is allowed in shapeStroke
too.Jerry is also responsible for a great number of filters, some of them available in SwingXBuilder, I'm hoping to add the full host to GraphicsBuilder.
Keep on Groovying!