Deprecated API


Contents
Deprecated Methods
com.cosylab.vdct.print.postscript.PSGr.getClipRect()
          in 1.1 
 

Deprecated Constructors
com.cosylab.vdct.util.EnhancedStreamTokenizer(InputStream)
          As of JDK version 1.1, the preferred way to tokenize an input stream is to convert it into a character stream, for example:
   Reader r = new BufferedReader(new InputStreamReader(is));
   StreamTokenizer st = new StreamTokenizer(r);