Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getImageMap()
Returns the image map string by current emitter implementation.
-