Packagegraphics
Interfacepublic interface IFillStyle extends Geometry, Cloneable, Equatable, Serializable
Implementors FillBitmapStyle, FillGradientStyle, FillShaderStyle, FillStyle

This interface provides basic implementation to create fill setting helper in the IPen objects.



Public Methods
 MethodDefined By
  
apply(graphic:Graphics):void
Initialize the fill settings of the specified Graphics reference.
IFillStyle
 Inherited
clone():*
Creates and returns a shallow copy of the object.
Cloneable
 Inherited
equals(o:*):Boolean
Compares the specified object with this object for equality.
Equatable
 Inherited
toSource(indent:int = 0):String
Returns the source code string representation of the object.
Serializable
Method Detail
apply()method
public function apply(graphic:Graphics):void

Initialize the fill settings of the specified Graphics reference.

Parameters

graphic:Graphics