com.macromedia.generator.api
Class Gradient

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

public class Gradient
extends GenObject


Fields inherited from class com.macromedia.generator.api.GenObject
peer
 
Constructor Summary
  Gradient()
           
protected Gradient(int i)
           
 
Method Summary
 void addColor(int i, Color color)
           
 void addRgb(int i, int j)
           
protected  void finalize()
           
 void release()
           
 
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

Gradient

public Gradient()
         throws GeneratorApiException

Gradient

protected Gradient(int i)
            throws GeneratorApiException
Method Detail

addColor

public void addColor(int i,
                     Color color)
              throws GeneratorApiException

addRgb

public void addRgb(int i,
                   int j)
            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