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();
Extends
nokia.maps.gfx.Painter.
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
