Interface WebappAreaView
@API(type=NOT_EXTENDABLE,
src=PUBLIC)
public interface WebappAreaView
Interface that represents an area on an image map to be rendered in the browser.
Instances must be created using the factory methods in
WebappAreaViewFactory
.- Since:
- 25.0
-
Method Summary
-
Method Details
-
renderToSvg
String renderToSvg()- Returns:
- The SVG string to be sent to the browser.
-