org.norther.tammi.sprig.jfree.encode
Class GIFEncoder

java.lang.Object
  extended by org.norther.tammi.sprig.jfree.encode.JFreeEncoder
      extended by org.norther.tammi.sprig.jfree.encode.GIFEncoder
All Implemented Interfaces:
Encoder

public class GIFEncoder
extends JFreeEncoder

A GIF encoder.

Version:
$Id: GIFEncoder.java,v 1.6 2009/09/28 15:08:51 cvsimp Exp $
Author:
Ilkka Priha

Constructor Summary
GIFEncoder()
          Constructs a new exporter.
 
Method Summary
protected  String getImageFormat()
          Gets the image format of this encoder.
 
Methods inherited from class org.norther.tammi.sprig.jfree.encode.JFreeEncoder
encode, getImage, getInfo, getQuality, isEncodeAlpha, setEncodeAlpha, setInfo, setQuality, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GIFEncoder

public GIFEncoder()
Constructs a new exporter.

Method Detail

getImageFormat

protected String getImageFormat()
Description copied from class: JFreeEncoder
Gets the image format of this encoder.

Specified by:
getImageFormat in class JFreeEncoder
Returns:
the image format.


Copyright © 2004 The Norther Organization. All rights reserved.