git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196485
13f79535-47bb-0310-9956-
ffa450edef68
}
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();
+ }
+
}
}