Nokia Maps API Reference

Contents

Class nokia.maps.gfx.VmlPainter

Class Summary

The class VmlPainter renders an instance of nokia.maps.gfx.IDL into a VML tag to be used with Internet Explorer.

To instantiate this class, use the default constructor without arguments:

var myVmlPainter= new nokia.maps.gfx.VmlPainter();

Method Summary
abstract createElement (idl, [doc, [opacity]]) : Node This method renders the supplied IDL object and returns a DOM node that can be added to the supplied document.
abstract setOpacity (element, opacity) This method changes the global opacity of an element returned by the method createElement().
abstract updateElement (idl, node, [opacity]) This method updates a DOM node that was previously returned by the method createElement() to the caller-supplied IDL object.
Direct Inheritance
Constructor Detail

This method creates a new CanvasPainter instance

new nokia.maps.gfx.VmlPainter()
Documentation generated on Wed Jun 27 2012 16:54:01 GMT+0200 (CEST).