JClass DesktopViews 6.3.0 API
Documentation

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

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

public class PCLEncoder
extends AbstractVectorEncoder

This class writes an Image or the appearance of a Component to a HP PCL file on the given 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
PCLEncoder()
           
 
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

PCLEncoder

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