Graphics

Hi I have to create graphs (bar, pie chart, histogram....) with legends but I have no idea to do that with J2ME/MIDP ? Can you please help me and sending me samples, avdices .... ?Thank you very very muchMelburgmela@students.hevs.ch
[281 byte] By [burgmela] at [2007-9-26 13:27:54]
# 1

Hi,

I guess you need to look at the graphic part of the MIDP as a poor mans

java AWT library. You need to build some high level modules like bar, histogram

of the underlying drawRectangle, line, string etc.

You may use existing examples from the java sdk, or go search the web for

some plot applets and see if they present some usable drawing modules.

It will take some years before we get high level graphics components like the

ones you may find in java2.

zzzyd at 2007-7-2 13:54:09 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
Thanks for your help ! I will try to search in that way !
burgmela at 2007-7-2 13:54:09 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3
hi, Check the example photoalbum which comes with wtk.This may help you byekoka
K0KA at 2007-7-2 13:54:09 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 4
Hi,please refer to : http://wireless.java.sun.com/midp/ttips/llapi/The low-level APIs can be used to put together a bunch of reusable charting components.Have fun.
UJoshi at 2007-7-2 13:54:09 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 5
Try this: http://wireless.java.sun.com/midp/chapters/pwdevices/ch09.pdfChapter 9 from a good book. Good luck
di98arma at 2007-7-2 13:54:09 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 6
hi....i want to create a graphics library...the concept is the MIDlet will pass the getWidth and getHeight to the library and the library will create a simple rect. and pass back to MIDlet...are there any example or source code...i really need help...thanx
liilyn at 2007-7-2 13:54:09 > top of Java-index,Java Mobility Forums,Java ME Technologies...