Generating neon effect from vector graphics

Hi all,

I am wanting to add a few snazzy effects to my simplistic resizable vector graphics. Can the GlowEffect and other image filters be applied to Labels/Sliders/etc., or are they intended for bitmap images only? Any example code?

EDIT: By “vector graphics,” I mean “the simple path based graphics I use in my LookAndFeel clases, roundedRectangles, that sort of thing.” Can I apply effects directly to these paths, or do I have to create a Graphics object and/or an Image object to draw the paths in and then apply the effects? I haven’t worked with this sort of stuff before.

Thanks,

Sean Costello