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 |
| rotating a image using 3D api | arical_dumi | Mobile Java Media (Graphics & Sounds) | 3 | 2005-12-19 10:25 |
| Series 60 Theme Studio v2.0 | JoaoGomesPT | Themes/Carbide.ui | 14 | 2008-05-31 16:56 |
| Graphics example | Isekyo2 | Symbian Tools & SDKs | 0 | 2005-01-16 15:00 |
| Transfer Vector from Nidlet to servlet | jega_ms | Mobile Java Networking & Messaging & Security | 1 | 2008-03-14 15:59 |
| available memory for midlet on Nokia 6110 Navigator | bastienauneau | Mobile Java General | 4 | 2008-01-30 14:53 |
