]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Attributes to protected
authorarved <arved@unknown>
Mon, 18 Dec 2000 03:37:27 +0000 (03:37 +0000)
committerarved <arved@unknown>
Mon, 18 Dec 2000 03:37:27 +0000 (03:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193895 13f79535-47bb-0310-9956-ffa450edef68

src/org/apache/fop/layout/RegionArea.java

index d044c4f7477660d62f9ae9a74079aabdb0722b66..d1b4841035965e9c59081f367c954db7d382b1de 100644 (file)
@@ -53,10 +53,10 @@ import org.apache.fop.fo.properties.*;
 
 public class RegionArea {
 
-    private int xPosition;
-    private int yPosition;
-    private int width;
-    private int height;
+    protected int xPosition;
+    protected int yPosition;
+    protected int width;
+    protected int height;
     
     public RegionArea(int xPosition, int yPosition, int width, int height) {
        this.xPosition = xPosition;