Type: Enhancement
It would be nice if the API would provide a way to get a Set or List of the
default colors, so creating pies of variable number of slices would be easier
because one could iterate over the Set or List to get colors for the slices.
Why not using an Enum class instead of static variables for example? Enum can
be iterable through EnumSet.allOf(Class<E> elementType)
Original issue reported on code.google.com by pak...@gmail.com on 12 Aug 2010 at 2:38
Original issue reported on code.google.com by
pak...@gmail.com
on 12 Aug 2010 at 2:38