| Package | com.degrafa.core |
| Interface | public interface IGraphicsStroke extends IDegrafaObject, flash.events.IEventDispatcher |
| Implementors | GradientStrokeBase, SolidStroke |
| Property | Defined by | ||
|---|---|---|---|
| caps : String | IGraphicsStroke | ||
![]() | enableEvents : Boolean | IDegrafaObject | |
![]() | hasEventManager : Boolean | IDegrafaObject | |
| joints : String | IGraphicsStroke | ||
| miterLimit : Number | IGraphicsStroke | ||
| pixelHinting : Boolean | IGraphicsStroke | ||
| scaleMode : String | IGraphicsStroke | ||
![]() | suppressEventProcessing : Boolean | IDegrafaObject | |
| weight : Number | IGraphicsStroke | ||
| Method | Defined by | ||
|---|---|---|---|
|
apply(graphics:Graphics, rc:Rectangle):void
| IGraphicsStroke | ||
![]() |
dispatchPropertyChange(bubbles:Boolean = false, property:Object = null, oldValue:Object = null, newValue:Object = null, source:Object = null):Boolean
| IDegrafaObject | |
| caps | property |
caps:String [read-write]Implementation
public function get caps():String
public function set caps(value:String):void
| joints | property |
joints:String [read-write]Implementation
public function get joints():String
public function set joints(value:String):void
| miterLimit | property |
miterLimit:Number [read-write]Implementation
public function get miterLimit():Number
public function set miterLimit(value:Number):void
| pixelHinting | property |
pixelHinting:Boolean [read-write]Implementation
public function get pixelHinting():Boolean
public function set pixelHinting(value:Boolean):void
| scaleMode | property |
scaleMode:String [read-write]Implementation
public function get scaleMode():String
public function set scaleMode(value:String):void
| weight | property |
weight:Number [read-write]Implementation
public function get weight():Number
public function set weight(value:Number):void
| apply | () | method |
public function apply(graphics:Graphics, rc:Rectangle):voidParameters
graphics:Graphics |
|
rc:Rectangle |