org.pentaho.reporting.engine.classic.core.imagemap.parser
Class ImageMapWriter

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.imagemap.parser.ImageMapWriter

public class ImageMapWriter
extends Object

Todo: Document me!

Date: 01.03.2010 Time: 14:42:52

Author:
Thomas Morgner.

Method Summary
static void writeImageMap(org.pentaho.reporting.libraries.xmlns.writer.XmlWriter writer, ImageMap imageMap, double scale)
           
static String writeImageMapAsString(ImageMap imageMap)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

writeImageMapAsString

public static String writeImageMapAsString(ImageMap imageMap)

writeImageMap

public static void writeImageMap(org.pentaho.reporting.libraries.xmlns.writer.XmlWriter writer,
                                 ImageMap imageMap,
                                 double scale)
                          throws IOException
Throws:
IOException