JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.util.swing.encode
Interface Encoder

All Known Implementing Classes:
AbstractImageEncoder, AbstractVectorEncoder

public interface Encoder

Interface that defines an encoder


Method Summary
 void encode(Component component, OutputStream stream)
          Encode the specified component on the specified stream
 void encode(Image image, OutputStream stream)
           
 

Method Detail

encode

public void encode(Component component,
                   OutputStream stream)
            throws IOException,
                   EncoderException
Encode the specified component on the specified stream

IOException
EncoderException

encode

public void encode(Image image,
                   OutputStream stream)
            throws IOException,
                   EncoderException
IOException
EncoderException

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