com.macromedia.generator.api.peer
Class LineStylePeer

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

public class LineStylePeer
extends java.lang.Object


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

Constructor Detail

LineStylePeer

public LineStylePeer()
Method Detail

New

public static int New()

Release

public static int Release(int i)

SetColor

public static int SetColor(int i,
                           int j)

SetRgb

public static int SetRgb(int i,
                         int j)

SetWidth

public static int SetWidth(int i,
                           int j)

static void ()