X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Forg%2Fjibble%2Fepsgraphics%2FEpsDocument.java;fp=src%2Forg%2Fjibble%2Fepsgraphics%2FEpsDocument.java;h=4ec529ad27943fc7b6ad17b3f2d3f102fef70097;hb=d043ce47fc710d3eb2629ba926a8a7417bd67d8c;hp=4a5809867182c9296384aaa98c57524c09384050;hpb=49db0dff1da16c3355b43a41498c1fc93ef47e91;p=jalview.git diff --git a/src/org/jibble/epsgraphics/EpsDocument.java b/src/org/jibble/epsgraphics/EpsDocument.java index 4a58098..4ec529a 100644 --- a/src/org/jibble/epsgraphics/EpsDocument.java +++ b/src/org/jibble/epsgraphics/EpsDocument.java @@ -32,8 +32,8 @@ import java.util.Date; * This represents an EPS document. Several EpsGraphics2D objects may point to * the same EpsDocument. *

- * Copyright Paul Mutton, http://www.jibble.org/ + * Copyright Paul Mutton, + * http://www.jibble.org/ * */ public class EpsDocument @@ -65,8 +65,8 @@ public class EpsDocument this.minY = minY; this.maxX = maxX; this.maxY = maxY; - _bufferedWriter = new BufferedWriter(new OutputStreamWriter( - outputStream)); + _bufferedWriter = new BufferedWriter( + new OutputStreamWriter(outputStream)); write(_bufferedWriter); } @@ -207,8 +207,8 @@ public class EpsDocument } else { - writer.write(offsetX + " " + ((maxY - minY) - offsetY) - + " translate\n"); + writer.write( + offsetX + " " + ((maxY - minY) - offsetY) + " translate\n"); } writer.flush();