Packagefrocessing.core.canvas
Interfacepublic interface ICanvas
Implementors AbstractCanvas



Public Properties
 PropertyDefined By
  bezierDetail : uint
ICanvas
  currentFill : ICanvasFill
ICanvas
  currentStroke : ICanvasStroke
ICanvas
  fillEnabled : Boolean
ICanvas
  imageDetail : uint
ICanvas
  imageSmoothing : Boolean
ICanvas
  splineDetail : uint
ICanvas
  splineTightness : Number
ICanvas
  strokeEnabled : Boolean
ICanvas
Public Methods
 MethodDefined By
  
background(width:Number, height:Number, color:uint, alpha:Number):void
ICanvas
  
ICanvas
  
ICanvas
  
ICanvas
  
ICanvas
  
beginTexture(texture:BitmapData):void
ICanvas
  
clear():void
ICanvas
  
endFill():void
ICanvas
  
endStroke():void
ICanvas
  
endTexture():void
ICanvas
Property Detail
bezierDetailproperty
bezierDetail:uint


Implementation
    public function get bezierDetail():uint
    public function set bezierDetail(value:uint):void
currentFillproperty 
currentFill:ICanvasFill


Implementation
    public function get currentFill():ICanvasFill
    public function set currentFill(value:ICanvasFill):void
currentStrokeproperty 
currentStroke:ICanvasStroke


Implementation
    public function get currentStroke():ICanvasStroke
    public function set currentStroke(value:ICanvasStroke):void
fillEnabledproperty 
fillEnabled:Boolean


Implementation
    public function get fillEnabled():Boolean
    public function set fillEnabled(value:Boolean):void
imageDetailproperty 
imageDetail:uint


Implementation
    public function get imageDetail():uint
    public function set imageDetail(value:uint):void
imageSmoothingproperty 
imageSmoothing:Boolean


Implementation
    public function get imageSmoothing():Boolean
    public function set imageSmoothing(value:Boolean):void
splineDetailproperty 
splineDetail:uint


Implementation
    public function get splineDetail():uint
    public function set splineDetail(value:uint):void
splineTightnessproperty 
splineTightness:Number


Implementation
    public function get splineTightness():Number
    public function set splineTightness(value:Number):void
strokeEnabledproperty 
strokeEnabled:Boolean


Implementation
    public function get strokeEnabled():Boolean
    public function set strokeEnabled(value:Boolean):void
Method Detail
background()method
public function background(width:Number, height:Number, color:uint, alpha:Number):void

Parameters

width:Number
 
height:Number
 
color:uint
 
alpha:Number

beginCurrentFill()method 
public function beginCurrentFill():void

beginCurrentStroke()method 
public function beginCurrentStroke():void

beginFill()method 
public function beginFill(fill:ICanvasFill):void

Parameters

fill:ICanvasFill

beginStroke()method 
public function beginStroke(stroke:ICanvasStroke):void

Parameters

stroke:ICanvasStroke

beginTexture()method 
public function beginTexture(texture:BitmapData):void

Parameters

texture:BitmapData

clear()method 
public function clear():void

endFill()method 
public function endFill():void

endStroke()method 
public function endStroke():void

endTexture()method 
public function endTexture():void