Packagecom.kraftner.justlineon.painters
Classpublic class SpecialEndPainter
InheritanceSpecialEndPainter Inheritance Painter Inheritance flash.display.Sprite



Protected Properties
 PropertyDefined by
 Inheritedbitmap : Bitmap
Bitmap in which the drawn graphics are dumped to improve performance.
Painter
 InheritedbitmapData : BitmapData
BitmapData in which the drawn graphics are dumped to improve performance.
Painter
 Inheritedcanvas : Shape
Shape in which the graphics are drawn.
Painter
 Inheritedpalettes : Vector
Stores the palettes this Painter uses
Painter
Public Methods
 MethodDefined by
  
SpecialEndPainter
 Inherited
addPalette(palette:Palette):void
Painter
 Inherited
draw(s:Segment):Boolean
Method that is called by a Lineserver.
Painter
 Inherited
dump():void
Dumps the vector data from canvas to the Bitmap object
Painter
Protected Methods
 MethodDefined by
  
SpecialEndPainter
  
drawStandard(s:Segment):Boolean
SpecialEndPainter
  
drawStart(s:Segment):Boolean
SpecialEndPainter
  
init():void
SpecialEndPainter
Constructor detail
SpecialEndPainter()constructor
public function SpecialEndPainter()
Method detail
drawPrevStart()method
protected override function drawPrevStart(s:Segment):BooleanParameters
s:Segment

Returns
Boolean
drawStandard()method 
protected override function drawStandard(s:Segment):BooleanParameters
s:Segment

Returns
Boolean
drawStart()method 
protected override function drawStart(s:Segment):BooleanParameters
s:Segment

Returns
Boolean
init()method 
protected override function init():void