org.eclipse.birt.chart.device
Interface IImageMapEmitter


public interface IImageMapEmitter

This interface defines the capability for implementors to provide an html image map string.


Method Summary
 java.lang.String getImageMap()
          Returns the image map string by current emitter implementation.
 java.lang.String getMimeType()
          Returns the MIME type of the output image.
 

Method Detail

getImageMap

public java.lang.String getImageMap()
Returns the image map string by current emitter implementation.


getMimeType

public java.lang.String getMimeType()
Returns the MIME type of the output image.

Returns:


Copyright © 2005-2007 Actuate Corp. All rights reserved.