com.macromedia.generator.api
Class JPEGBuilder

java.lang.Object
  |
  +--com.macromedia.generator.api.GenObject
        |
        +--com.macromedia.generator.api.JPEGBuilder

public class JPEGBuilder
extends GenObject


Fields inherited from class com.macromedia.generator.api.GenObject
peer
 
Constructor Summary
  JPEGBuilder()
           
protected JPEGBuilder(int i)
           
 
Method Summary
 void build(Buffer buffer, Buffer buffer1)
           
protected  void finalize()
           
 void release()
           
 void setDimensions(int i, int j)
           
 void setExactFit(boolean flag)
           
 void setProgressive(boolean flag)
           
 void setQuality(int i)
           
 void setSerial(Serial serial)
           
 
Methods inherited from class com.macromedia.generator.api.GenObject
getPeer
 
Methods inherited from class java.lang.Object
, clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JPEGBuilder

public JPEGBuilder()
            throws GeneratorApiException

JPEGBuilder

protected JPEGBuilder(int i)
               throws GeneratorApiException
Method Detail

build

public void build(Buffer buffer,
                  Buffer buffer1)
           throws GeneratorApiException

finalize

protected void finalize()
                 throws java.lang.Throwable
Overrides:
finalize in class java.lang.Object

release

public void release()
Overrides:
release in class GenObject

setDimensions

public void setDimensions(int i,
                          int j)
                   throws GeneratorApiException

setExactFit

public void setExactFit(boolean flag)
                 throws GeneratorApiException

setProgressive

public void setProgressive(boolean flag)
                    throws GeneratorApiException

setQuality

public void setQuality(int i)
                throws GeneratorApiException

setSerial

public void setSerial(Serial serial)
               throws GeneratorApiException