WT Toolkit 0.3.2

Class wtVectorView

Object
   |
   +--wtObject
         |
         +--wtVectorView

class wtVectorView
extends wtObject


A container for purely vector graphics.
Defined in wt_vector.js


Constructor Summary
wtVectorView(<wtCanvas> parentWidget, <Number> width, <Number> height)
            Constructs a container for purely vector graphics.
 
Method Summary
 wtVectorWidget addWidget(<wtVectorWidget> widget)
           Adds a vector graphical widget to this container.
 void clearAll()
           Removes all child widgets.
 Object getScreenPosition()
           Tells the screen position of this vector graphical widget container.
 void setSize(<Number> width, <Number> height)
           Sets the size of this vector graphics container.
 
Methods inherited from class wtObject
startProxy, endProxy, toString, connect, disconnect, emit, setSlot, removeSlot, setSignal, removeSignal, get, set, addDependency
 

Constructor Detail

wtVectorView

wtVectorView(<wtCanvas> parentWidget, <Number> width, <Number> height)

Method Detail

addWidget

wtVectorWidget addWidget(<wtVectorWidget> widget)

clearAll

void clearAll()

getScreenPosition

Object getScreenPosition()

setSize

void setSize(<Number> width, <Number> height)

WT Toolkit 0.3.2

Documentation generated by JSDoc on Tue Apr 10 22:43:45 2007