com.macromedia.generator.api
Class LineStyle

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

public class LineStyle
extends GenObject


Fields inherited from class com.macromedia.generator.api.GenObject
peer
 
Constructor Summary
  LineStyle()
           
protected LineStyle(int i)
           
 
Method Summary
protected  void finalize()
           
 void release()
           
 void setColor(Color color)
           
 void setRgb(int i)
           
 void setWidth(int i)
           
 
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

LineStyle

public LineStyle()
          throws GeneratorApiException

LineStyle

protected LineStyle(int i)
             throws GeneratorApiException
Method Detail

finalize

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

release

public void release()
Overrides:
release in class GenObject

setColor

public void setColor(Color color)
              throws GeneratorApiException

setRgb

public void setRgb(int i)
            throws GeneratorApiException

setWidth

public void setWidth(int i)
              throws GeneratorApiException