| Package | frocessing.shape |
| Interface | public interface IFShape |
| Implementors | AbstractFShape, FShape, FShapeCircle, FShapeEllipse, FShapeImage, FShapeImageLoader, FShapeLine, FShapeRect |
| Property | Defined By | ||
|---|---|---|---|
| caps : String | IFShape | ||
| commands : Array [read-only] | IFShape | ||
| fill : ICanvasFill [read-only] | IFShape | ||
| fillAlpha : Number | IFShape | ||
| fillColor : uint | IFShape | ||
| fillEnabled : Boolean | IFShape | ||
| height : Number [read-only] | IFShape | ||
| joints : String | IFShape | ||
| left : Number [read-only] | IFShape | ||
| matrix : Matrix [read-only] | IFShape | ||
| miterLimit : Number | IFShape | ||
| name : String [read-only] | IFShape | ||
| parent : IFShapeContainer | IFShape | ||
| pixelHinting : Boolean | IFShape | ||
| scaleMode : String | IFShape | ||
| stroke : ICanvasStroke [read-only] | IFShape | ||
| strokeAlpha : Number | IFShape | ||
| strokeColor : uint | IFShape | ||
| strokeEnabled : Boolean | IFShape | ||
| styleEnabled : Boolean [read-only] | IFShape | ||
| thickness : Number | IFShape | ||
| top : Number [read-only] | IFShape | ||
| vertices : Array [read-only] | IFShape | ||
| visible : Boolean [read-only] | IFShape | ||
| width : Number [read-only] | IFShape | ||
| Method | Defined By | ||
|---|---|---|---|
disableStyle():void | IFShape | ||
enableStyle():void | IFShape | ||
toSprite():Sprite | IFShape | ||
| caps | property |
caps:String public function get caps():String public function set caps(value:String):void| commands | property |
commands:Array [read-only] public function get commands():Array| fill | property |
| fillAlpha | property |
fillAlpha:Number public function get fillAlpha():Number public function set fillAlpha(value:Number):void| fillColor | property |
fillColor:uint public function get fillColor():uint public function set fillColor(value:uint):void| fillEnabled | property |
fillEnabled:Boolean public function get fillEnabled():Boolean public function set fillEnabled(value:Boolean):void| height | property |
height:Number [read-only] public function get height():Number| joints | property |
joints:String public function get joints():String public function set joints(value:String):void| left | property |
left:Number [read-only] public function get left():Number| matrix | property |
matrix:Matrix [read-only] public function get matrix():Matrix| miterLimit | property |
miterLimit:Number public function get miterLimit():Number public function set miterLimit(value:Number):void| name | property |
name:String [read-only] public function get name():String| parent | property |
parent:IFShapeContainer public function get parent():IFShapeContainer public function set parent(value:IFShapeContainer):void| pixelHinting | property |
pixelHinting:Boolean public function get pixelHinting():Boolean public function set pixelHinting(value:Boolean):void| scaleMode | property |
scaleMode:String public function get scaleMode():String public function set scaleMode(value:String):void| stroke | property |
| strokeAlpha | property |
strokeAlpha:Number public function get strokeAlpha():Number public function set strokeAlpha(value:Number):void| strokeColor | property |
strokeColor:uint public function get strokeColor():uint public function set strokeColor(value:uint):void| strokeEnabled | property |
strokeEnabled:Boolean public function get strokeEnabled():Boolean public function set strokeEnabled(value:Boolean):void| styleEnabled | property |
styleEnabled:Boolean [read-only] public function get styleEnabled():Boolean| thickness | property |
thickness:Number public function get thickness():Number public function set thickness(value:Number):void| top | property |
top:Number [read-only] public function get top():Number| vertices | property |
vertices:Array [read-only] public function get vertices():Array| visible | property |
visible:Boolean [read-only] public function get visible():Boolean| width | property |
width:Number [read-only] public function get width():Number| disableStyle | () | method |
public function disableStyle():void| enableStyle | () | method |
public function enableStyle():void| toSprite | () | method |
public function toSprite():SpriteReturnsSprite |