Package com.openhtmltopdf.swing
Class ImageMapParser
- java.lang.Object
-
- com.openhtmltopdf.swing.ImageMapParser
-
public class ImageMapParser extends Object
Parser for image maps on elements.
-
-
Constructor Summary
Constructors Constructor Description ImageMapParser()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Map<Shape,String>findAndParseMap(Element elem, SharedContext c)
-
-
-
Method Detail
-
findAndParseMap
public static Map<Shape,String> findAndParseMap(Element elem, SharedContext c)
-
-