com.macromedia.generator.api.peer
Class GradientPeer

java.lang.Object
  |
  +--com.macromedia.generator.api.peer.GradientPeer

public class GradientPeer
extends java.lang.Object


Constructor Summary
GradientPeer()
           
 
Method Summary
(package private) static void ()
           
static int AddColor(int i, int j, int k)
           
static int AddRgb(int i, int j, int k)
           
static int New()
           
static int Release(int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GradientPeer

public GradientPeer()
Method Detail

AddColor

public static int AddColor(int i,
                           int j,
                           int k)

AddRgb

public static int AddRgb(int i,
                         int j,
                         int k)

New

public static int New()

Release

public static int Release(int i)

static void ()