PDFGoTo: setXPosition and setYPosition

2007-03-28 Thread Paul Vinkenoog
Hi all, org.apache.fop.pdf.PDFGoTo currently has the following position setters: public void setYPosition(float yPosition) { this.yPosition = yPosition; } public void setXPosition(int xPosition) { this.xPosition = (xPosition / 1000f); } This seems a little

Re: PDFGoTo: setXPosition and setYPosition

2007-03-28 Thread Andreas L Delmelle
On Mar 28, 2007, at 13:23, Paul Vinkenoog wrote: Hi Paul, org.apache.fop.pdf.PDFGoTo currently has the following position setters: public void setYPosition(float yPosition) { this.yPosition = yPosition; } public void setXPosition(int xPosition) { this.xPosition =