In java, a Shape is described by a PathIterator which describes the different lines, curves, moveTos, etc... which compose the shape. Does android expose similar functionality?:
- A class which is a flexible collection of lines/curves/moveTos
- A method in that class, or a wrapper for that class, which can be used to retrieve and iterate the description.
Thanks