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 |
| available memory for midlet on Nokia 6110 Navigator | bastienauneau | Mobile Java General | 4 | 2008-01-30 14:53 |
| change resolution mobile java games? | mrenofan | Mobile Java Games | 5 | 2007-11-15 11:13 |
| Browser control | avi1000 | Mobile Java Networking & Messaging & Security | 5 | 2007-11-21 13:32 |
| Different Types of graphics | Anjali Ram | General Symbian C++ | 1 | 2006-02-26 18:00 |
| Error in Nokia UI API Guide: transparency? | baegsi | Mobile Java Media (Graphics & Sounds) | 6 | 2003-08-11 11:23 |
