Packagegraphics
Interfacepublic interface ILineStyle extends Geometry, Cloneable, Equatable, Serializable
Implementors LineGradientStyle, LineShaderStyle, LineStyle

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



Public Methods
 MethodDefined By
  
apply(graphic:Graphics):void
Initialize the line settings of the specified Graphics reference.
ILineStyle
 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 line settings of the specified Graphics reference.

Parameters

graphic:Graphics