com.macromedia.generator.api
Class FillStyle
java.lang.Object
|
+--com.macromedia.generator.api.GenObject
|
+--com.macromedia.generator.api.FillStyle
- public class FillStyle
- extends GenObject
Fields inherited from class com.macromedia.generator.api.GenObject |
peer |
Methods inherited from class java.lang.Object |
, clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FillStyle
public FillStyle()
throws GeneratorApiException
FillStyle
protected FillStyle(int i)
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
setClippedBitmap
public void setClippedBitmap(Bitmap bitmap)
throws GeneratorApiException
setColor
public void setColor(Color color)
throws GeneratorApiException
setLinearGradient
public void setLinearGradient(Gradient gradient)
throws GeneratorApiException
setMatrix
public void setMatrix(Matrix matrix)
throws GeneratorApiException
setRadialGradient
public void setRadialGradient(Gradient gradient)
throws GeneratorApiException
setRgb
public void setRgb(int i)
throws GeneratorApiException
setTiledBitmap
public void setTiledBitmap(Bitmap bitmap)
throws GeneratorApiException