// Finally the overlay if the tag is decorated
Figure overlay = (Figure) DecorationMgr.decorate(this, BasicFigure.DECO_OVERLAY, null);
if (overlay != null)
{
// Make the overlay the same size as the presentation figure
overlay.draw(g);
}
}
}
public void changed()