xuhaoqiang / android4me

Automatically exported from code.google.com/p/android4me
0 stars 0 forks source link

Implement android.graphics.Canvas #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Implement this class ontop of J2ME's Canvas class.
This is not an easy issue. Many methods can not be implemented easily.
Implementing this class includes implementing graphics.Matrix class.

Original issue reported on code.google.com by Dmitry.S...@gmail.com on 13 Aug 2008 at 9:50

GoogleCodeExporter commented 8 years ago
Already having Canvas class... Found hard to implement both.... Any idea for 
that is 
good enough to proceed.....

Original comment by gunaz...@gmail.com on 29 Sep 2008 at 11:13

GoogleCodeExporter commented 8 years ago
Yes, android.graphics.Canvas is there. But all its methods are just stubs 
without any
implementation. You need to 'fill' them.
Start with implementing Fonts, as I suggested earlier.

Original comment by Dmitry.S...@gmail.com on 30 Sep 2008 at 12:06

GoogleCodeExporter commented 8 years ago
Good job.
I think you can upload it to the Maven Central Repository

Original comment by hz.dyl...@gmail.com on 16 May 2014 at 8:39