Package com.openhtmltopdf.extend
Interface FSObjectDrawer
-
public interface FSObjectDrawerHandle the drawing of <object> tags
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<Shape,String>drawObject(Element e, double x, double y, double width, double height, OutputDevice outputDevice, RenderingContext ctx, int dotsPerPixel)Perform your drawing.
-
-
-
Method Detail
-
drawObject
Map<Shape,String> drawObject(Element e, double x, double y, double width, double height, OutputDevice outputDevice, RenderingContext ctx, int dotsPerPixel)
Perform your drawing.- Returns:
- null or a map of Shape => URL-String to annotate the drawing with links. The shapes must be relative to (x,y), i.e. (0,0) is at the corner (x,y). Also they should not extend (width,height). The links are only exported into the PDF and also only respected by Acrobat Reader.
-
-