| Package | graphics |
| Interface | public interface IFillStyle extends Geometry, Cloneable, Equatable, Serializable |
| Implementors | FillBitmapStyle, FillGradientStyle, FillShaderStyle, FillStyle |
| Method | Defined By | ||
|---|---|---|---|
apply(graphic:Graphics):void
Initialize the fill settings of the specified Graphics reference. | IFillStyle | ||
![]() | clone():*
Creates and returns a shallow copy of the object. | Cloneable | |
![]() | equals(o:*):Boolean
Compares the specified object with this object for equality. | Equatable | |
![]() | toSource(indent:int = 0):String
Returns the source code string representation of the object. | Serializable | |