com.macromedia.generator.api
Class Shape
java.lang.Object
|
+--com.macromedia.generator.api.GenObject
|
+--com.macromedia.generator.api.Shape
- public class Shape
- extends GenObject
Fields inherited from class com.macromedia.generator.api.GenObject |
peer |
Constructor Summary |
|
Shape()
|
protected |
Shape(int i)
|
Methods inherited from class java.lang.Object |
, clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Shape
public Shape()
throws GeneratorApiException
Shape
protected Shape(int i)
throws GeneratorApiException
append
public void append(Shape shape)
throws GeneratorApiException
curveTo
public void curveTo(int i,
int j,
int k,
int l)
throws GeneratorApiException
finalize
protected void finalize()
throws java.lang.Throwable
- Overrides:
finalize
in class java.lang.Object
getBounds
public Rect getBounds()
throws GeneratorApiException
lineTo
public void lineTo(int i,
int j)
throws GeneratorApiException
moveTo
public void moveTo(int i,
int j)
throws GeneratorApiException
release
public void release()
- Overrides:
release
in class GenObject
setCenter
public void setCenter(int i,
int j)
throws GeneratorApiException
setFillStyle
public void setFillStyle(FillStyle fillstyle,
FillStyle fillstyle1)
throws GeneratorApiException
setLineStyle
public void setLineStyle(LineStyle linestyle)
throws GeneratorApiException