Shadow Effect Behind Vector Objects

Hi guys,

I was thinking whether the new Graphics 2.0 is able to generate shadows behind objects created by ‘newRect’, ‘newRoundedRect’, ‘newText’, etc

I am trying to give all the boxes that I created, a nice background shadow. They are all placed in scrollView. I am currently doing this by ‘setMask’ which does not look elegent.

Thanks