This page was last modified 14:18, 27 November 2007.
Scalable 2D Vector Graphics API
From Forum Nokia Wiki
SVG API (JSR 226) is a great extension to Java ME that allows to develop the User Interface of the application in a more powerful way, using an SVG document. This API supports SVG Profile SVG Tiny, version 1.1.
With SVG you can design the user interface in any design software, like the ones from Adobe and place them inside the mobile screen using Java ME. SVG files are automatically scaled to the phone screen and can have hotspots areas where the user can browse and fires an event that can be captured by a Midlet.
This API adds the SVGImage and ScalableGraphics classes to manage SVG files. You can browse, add and remove elements from the graphics dynamically using Java and DOM.
A great doc titled MIDP: Scalable 2D Vector Graphics API Developer's Guide about this API is available on Forum Nokia.
There is also a new version of SVG API being specified JSR-287, which will support SVG Profile SVG Tiny, version 1.2.
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Direct Screen Access... | nkonstas | General Symbian C++ | 3 | 2007-06-06 12:00 |
| Can we Create run time image in flash lite 2.0? | sachupadhye@gmail.com | Flash Lite on Nokia Devices | 3 | 2008-07-09 10:12 |
| How to know current font size (large, normal, small)? | gpletnev | Symbian User Interface | 6 | 2008-09-04 04:13 |
| schedule | ksl_dk | Mobile Java General | 1 | 2007-05-18 08:15 |
| Help on Scale video frame | binli120 | Symbian Media (Graphics & Sounds) | 6 | 2006-11-10 21:52 |
