org.eclipse.birt.chart.device
Interface IImageMapEmitter


public interface IImageMapEmitter

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


Method Summary
 java.lang.String getImageMap()
          Returns the image map string using given id.
 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 using given id. The evaluator is used to parse the URL expression. If no evaluator given, treat the URL expression as a plain string.

Returns:

getMimeType

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

Returns:


Copyright © 2005 Actuate Corp. All rights reserved.