JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.util.swing.encode.page
Class PSEncoder

java.lang.Object
  |
  +--com.klg.jclass.util.swing.encode.page.AbstractVectorEncoder
        |
        +--com.klg.jclass.util.swing.encode.page.PSEncoder
All Implemented Interfaces:
Encoder

public class PSEncoder
extends AbstractVectorEncoder

This class encodes a PostScript file from a Component or Image to an OutputStream. It needs JClass PageLayout to compile and to be used.


Field Summary
 
Fields inherited from class com.klg.jclass.util.swing.encode.page.AbstractVectorEncoder
comp, img, outfile
 
Constructor Summary
PSEncoder()
           
 
Method Summary
 com.klg.jclass.page.JCDocument createOutput(OutputStream os)
           
 
Methods inherited from class com.klg.jclass.util.swing.encode.page.AbstractVectorEncoder
createTemplatePage, encode, encode, error, getObjectSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PSEncoder

public PSEncoder()
Method Detail

createOutput

public com.klg.jclass.page.JCDocument createOutput(OutputStream os)
                                            throws IOException,
                                                   EncoderException
Specified by:
createOutput in class AbstractVectorEncoder
IOException
EncoderException

Copyright © 2004 Quest Software Inc..
All rights reserved.