org.freehep.postscript.viewer
Class PSViewer

java.lang.Object
  extended by org.freehep.postscript.viewer.PSViewer

public final class PSViewer
extends Object

PS Viewer

Author:
Mark Donszelmann

Constructor Summary
PSViewer(Processor processor, PSInputFile data, int pageNo, double sx, double sy, double tx, double ty, boolean debug)
           
PSViewer(Processor processor, String name, int pageNo, double sx, double sy, double tx, double ty, int buffer, boolean debug)
           
PSViewer(Processor processor, URL url, int pageNo, double sx, double sy, double tx, double ty, int buffer, boolean debug)
           
 
Method Summary
static String getVersion()
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PSViewer

public PSViewer(Processor processor,
                String name,
                int pageNo,
                double sx,
                double sy,
                double tx,
                double ty,
                int buffer,
                boolean debug)
         throws IOException
Throws:
IOException

PSViewer

public PSViewer(Processor processor,
                URL url,
                int pageNo,
                double sx,
                double sy,
                double tx,
                double ty,
                int buffer,
                boolean debug)
         throws IOException
Throws:
IOException

PSViewer

public PSViewer(Processor processor,
                PSInputFile data,
                int pageNo,
                double sx,
                double sy,
                double tx,
                double ty,
                boolean debug)
         throws IOException
Throws:
IOException
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

getVersion

public static String getVersion()
                         throws IOException
Returns:
Throws:
IOException


Copyright © 2001-2009 FreeHEP. All Rights Reserved.