jeremias 2003/06/02 13:20:56 Modified: src/java/org/apache/fop/svg PDFImageElementBridge.java Log: Adjust to changes in Batik CVS Revision Changes Path 1.2 +12 -0 xml-fop/src/java/org/apache/fop/svg/PDFImageElementBridge.java Index: PDFImageElementBridge.java =================================================================== RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/svg/PDFImageElementBridge.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- PDFImageElementBridge.java 11 Mar 2003 13:05:07 -0000 1.1 +++ PDFImageElementBridge.java 2 Jun 2003 20:20:56 -0000 1.2 @@ -176,6 +176,18 @@ } return null; } + + /** + * Returns the bounds of the sensitive area covered by this node, + * This includes the stroked area but does not include the effects + * of clipping, masking or filtering. + * @return the bounds of the sensitive area + */ + public Rectangle2D getSensitiveBounds() { + //No interactive features, just return primitive bounds + return getPrimitiveBounds(); + } + } }
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]