WireItLibrary

editor-plugin  0.6.0

WireItLibrary > editor-plugin > WireIt.RubberBand
Search:
 
Filters

Class WireIt.RubberBand - extends WireIt.CanvasElement

A CanvasElement widget to hand-draw a selection

Properties

defaultDelay - static object

Delay in ms between two points of the RubberBand when drawing

Properties inherited from WireIt.CanvasElement:

Methods

finish

void finish ( )
End the drawing mode

hide

void hide ( )
Hide the RubberBand

layerMouseDown

void layerMouseDown ( )
Check if clicked in the layer and start the drawing mode

nextPoint

void nextPoint ( )
Add a point to the RubberBand

pointIsInside

void pointIsInside ( )
Check if the given (x,y) is within the RubberBand path

scroll

void scroll ( )
Scroll the associated WireIt.Layer

show

void show ( )
Show the RubberBand

start

void start ( )
Start the drawing mode


Copyright © 2010 Eric Abouaf All rights reserved.