Namespace nokia.maps.gfx
Namespace Summary
This namespace defines classes and methods that provide facilities to create and manipulate graphics resources (images). The namespace provides support for bitmas, SVGs and IDL (Image Description Lanugauge).
BitmapImage
The class
BitmapImage loads a bitmap (PNG, GIF, JPEG and others) from a Web server and makes it available as a GFX image.
CanvasPainter
An instance of
CanvasPainter renders a nokia.maps.gfx.IDL object into a DOM node using a CANVAS tag.
Color
The static
Color class offers methods to handle 32-bit integer color values.
Graphics
This class represents a two-dimensional graphics context.
GraphicsImage
The class
GraphicsImage is designed to render images within the client application at run time.
IDL
IDL is the abbreviation for Image Description Language.
Image
This class is an abstract base class for all kinds of image implementations.
Painter
This class is an abstract base class for all painter implementations.
SvgPainter
The class
SvgPainter renders a nokia.maps.gfx.IDL into a DOM node with an SVG tag.
SvgParser
An
SvgParser can be used to convert an SVG string into an instance of nokia.maps.gfx.IDL.
VmlPainter
The class
VmlPainter renders an instance of nokia.maps.gfx.IDL into a VML tag to be used with Internet Explorer.
