]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
added getWidth
authorKeiron Liddle <keiron@apache.org>
Thu, 10 Aug 2000 06:50:36 +0000 (06:50 +0000)
committerKeiron Liddle <keiron@apache.org>
Thu, 10 Aug 2000 06:50:36 +0000 (06:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193626 13f79535-47bb-0310-9956-ffa450edef68

src/org/apache/fop/dom/svg/SVGArea.java

index 5f3f924c3e0760db69cebdb316b55b9e745d20c6..fa8aefedf7c5687829e1ad6e87aab97b80537d4f 100644 (file)
@@ -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.
         *