JClass DesktopViews 6.3.0 API
Documentation

Package com.klg.jclass.util.swing.encode

Contains classes for encoding components so that their images may be exported.

See:
          Description

Interface Summary
Encoder Interface that defines an encoder
Java3dImageable Used to mark a component that uses Java3D drawing as one that can encode such drawing to an image.
 

Class Summary
AbstractImageEncoder This is the base class for encoding a component to a stream file.
GIFEncoder This class encodes a Gif file from an Image to an OutputStream.
JCEncodeComponent This class allows for the creation of images of Java components and the encoding of images in several graphics formats (such as PNG or JPEG).
JCEncodeComponent.Encoding Class used to enumerate valid encoding formats.
JPEGEncoder This class encodes a JPEG file from an Image to an OutputStream.
PNGEncoder This class encodes a Png file from an Image to an OutputStream.
 

Exception Summary
EncoderException This class is an exception that is raised by Encode or one of it's subclasses.
 

Package com.klg.jclass.util.swing.encode Description

Contains classes for encoding components so that their images may be exported.


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