Drawable accessors

I am using Juce’s SVG loader to display svg files in openGL,
so I need to access Drawable classes informations, like the path member of the DrawablePath class, the image member of the DrawableImage class, and so on …

yes, good request. I’ll throw in a few accessor methods.