JClass DesktopViews 6.3.0 API
Documentation

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

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

public class EPSEncoder
extends AbstractVectorEncoder

This class encodes an encapsulated PostScript (EPS) 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
EPSEncoder()
           
 
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

EPSEncoder

public EPSEncoder()
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.