And by coding your own Drawable class?
You define a center point, the 360 contours points, making 360 triangles, then applying a piece of texture on each triangle during the render.
It isn't possible with the Shape or Sprite class, but by creating your own Drawable, it could be possible.