JClass DesktopViews 6.3.0 API
Documentation

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

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

public class PDFEncoder
extends AbstractVectorEncoder

This class encodes an Adobe Portable Document Format (PDF) 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
PDFEncoder()
           
 
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

PDFEncoder

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