X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Futil%2FImageMaker.java;h=284b7becc010298f981b3d41653b7789b2451b0d;hb=refs%2Fheads%2Ftask%2FJAL-3068lineartDialog;hp=cf5a6b65d36ddbb224da68080b04b32c7938ad36;hpb=77d4a1d90eeb1064ec7a4c060fed5b81be79959b;p=jalview.git diff --git a/src/jalview/util/ImageMaker.java b/src/jalview/util/ImageMaker.java index cf5a6b6..284b7be 100755 --- a/src/jalview/util/ImageMaker.java +++ b/src/jalview/util/ImageMaker.java @@ -21,9 +21,8 @@ package jalview.util; import jalview.bin.Jalview; -import jalview.gui.EPSOptions; import jalview.gui.IProgressIndicator; -import jalview.gui.SVGOptions; +import jalview.gui.LineartOptions; import jalview.io.JalviewFileChooser; import java.awt.Component; @@ -224,7 +223,7 @@ public class ImageMaker && !(System.getProperty("java.awt.headless") != null && System .getProperty("java.awt.headless").equals("true"))) { - EPSOptions eps = new EPSOptions(); + LineartOptions eps = new LineartOptions("EPS_RENDERING", "EPS"); renderStyle = eps.getValue(); if (renderStyle == null || eps.cancelled) @@ -284,7 +283,7 @@ public class ImageMaker && !(System.getProperty("java.awt.headless") != null && System .getProperty("java.awt.headless").equals("true"))) { - SVGOptions svgOption = new SVGOptions(); + LineartOptions svgOption = new LineartOptions("SVG_RENDERING", "SVG"); renderStyle = svgOption.getValue(); if (renderStyle == null || svgOption.cancelled)