/*
NOTE: Clipping should be conveniently enclosed within a local state
in order to easily resume the unaltered drawing area after the operation completes.
*/
composer.beginLocalState();
composer.drawPolygon(
new Point2D[]
{
new Point2D.Double(220,410),
new Point2D.Double(300,490),
new Point2D.Double(450,360),