Drawing filled polygons
Hi, I need to draw color filled polygons in javame, but it seems, this isnt possible.I found only methods within the LowLevel API to draw triangles and rectangles filled.Have I to split my polygons to triangles to make them filled ?maybe someone can help me
[298 byte] By [
Elfblood] at [2007-11-26 12:16:18]

# 3
aaawwhh, I see.But is this not to much for an mobile device ?I have to paint some Geographical Maps, there are lots of polygons in it...But Thx for the answer, I try to implement it.
# 4
> I have to paint some Geographical Maps, there are> lots of polygons in it...Why bother with doing that stuff yourself. Just use SVG, and a decent SVG api like http://www.tinyline.com/svgt/ ! It will save you a lot of time, and give you a lot of extra possibilities.