git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197571
13f79535-47bb-0310-9956-
ffa450edef68
import java.util.logging.Logger;
import org.apache.fop.apps.FOPException;
+import org.apache.fop.area.Area;
import org.apache.fop.datastructs.ROBitSet;
import org.apache.fop.datastructs.SyncedNode;
import org.apache.fop.datastructs.TreeException;
throw new PropertyException("Clone not supported.");
}
}
-
+
+ public Area getReferenceRectangle() throws FOPException {
+ throw new FOPException("Called from FONode");
+ }
+
}// FONode