Packageorg.aswing.graphics
Interfacepublic interface IPen
ImplementorsGradientPen, Pen

Pen to draw lines.
Use it with a org.aswing.graphics.Graphics2D instance



Public Methods
 MethodDefined by
  
setTo(target:Graphics):void
This method will be called by Graphics2D autumaticlly.
It will set the lineStyle to the instance of flash.display.Graphics
IPen
Method detail
setTo()method
public function setTo(target:Graphics):void

This method will be called by Graphics2D autumaticlly.
It will set the lineStyle to the instance of flash.display.Graphics

Parameters
target:Graphics — the instance of graphics from a display object