From: Keiron Liddle Date: Thu, 10 Aug 2000 06:50:36 +0000 (+0000) Subject: added getWidth X-Git-Tag: pre-columns~253 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=79c583cc17b6b9ec96fec4d543c71ebad917ab54;p=xmlgraphics-fop.git added getWidth git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193626 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/org/apache/fop/dom/svg/SVGArea.java b/src/org/apache/fop/dom/svg/SVGArea.java index 5f3f924c3..fa8aefedf 100644 --- a/src/org/apache/fop/dom/svg/SVGArea.java +++ b/src/org/apache/fop/dom/svg/SVGArea.java @@ -85,6 +85,11 @@ public class SVGArea extends Area implements GraphicImpl, GetSVGDocument {//, SV contentRectangleWidth = (int)width * 1000; } + public int getWidth() + { + return contentRectangleWidth; + } + /** * add a graphic. *