J4L-RChart , J2me Edition
Requirements:
RChart requires MIDP 2.0
Restrictions:
- Logarithm scales are not supported
- Transparent , fading and pattern
fillings are not supported
- Saving chart to image file is
not supported. Third party products can however be used to save Image objects
to image files.
- Tips are not supported, unless
implemented using a chart listener
- Zoom and scroll are not supported.
- Clicking on charts requires your
device to have a pointer.
- Allowed font names are:
- Proportional: defaullt
- System
- Monospace
- Allowed font sizes are small (size
value <=8) , large (size value>=12) or medium (size value between 9
and 11).
Shipped files:
- RChart_j2me.jad:
make double click on this file to run the sample charts in the emulator (you
need to have the Java 2 Platform, Micro Edition wireless toolkit 2.2 or later).
- J4LChartMIDLet.java:
sample midlet source code
- RChart_j2me.jar: compiled
classes , including the sample midlet and the examples. All examples have
been designed to display a 200 x 200 chart image.
Acknowledgements:
- JMicroPolygon (http://sourceforge.net/projects/jmicropolygon/)
classes are included under the Apache Software License.